summaryrefslogtreecommitdiff
path: root/Userland/rm.cpp
AgeCommit message (Expand)Author
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-11rm: Implement a basic -f modeAndreas Kling
2020-03-01rm: Allow specifying multiple paths to removeAndreas Kling
2020-02-18rm: Use pledge()Andreas Kling
2020-02-16Userland: Use DirIterator in rmShannon Booth
2020-02-14Userland: Fix error handling in rm programShannon Booth
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10rm: When invoked on a symlink, remove the symlink itselfAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-24Userland: Remove unnecessary output from "rm"Andreas Kling
2019-06-22Userland: Fix many compiler warnings.Andreas Kling
2019-06-03Userland: Implement recursive `rm`Christopher Dumas
2019-01-22Add unlink() syscall and /bin/rm.Andreas Kling