summaryrefslogtreecommitdiff
path: root/Userland/mv.cpp
AgeCommit message (Expand)Author
2020-11-29Userland: Make `mv` capable of moving multiple filesAnotherTest
2020-11-17Userland: Add -v verbose flag to 'mv'Spencer Dixon
2020-08-11mv: Accept (but ignore) -fAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-02-21mv: Use ArgsParser, and check lstat for failurehowar6hill
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13mv: Use pledge()Andreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-04-07Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.Andreas Kling