summaryrefslogtreecommitdiff
path: root/Userland/rm.cpp
AgeCommit message (Expand)Author
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