summaryrefslogtreecommitdiff
path: root/Userland/Utilities/rm.cpp
AgeCommit message (Expand)Author
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-01-25rm: Port to LibMainAriel Abreu
2022-01-02rm: Check before removing '/'Lucas CHOLLET
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-06-05rm: Allow empty paths if -f is specifiedTim Schumacher
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-21rm: Use Core::File::removeMițca Dumitru
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling