rm
Remove files or directories.
=> More information.
- Remove files from arbitrary locations:
rm {path/to/file} {path/to/another/file}
- Recursively remove a directory and all its subdirectories:
rm -r {path/to/directory}
- Forcibly remove a directory, without prompting for confirmation or showing error messages:
rm -rf {path/to/directory}
- Interactively remove multiple files, with a prompt before every removal:
rm -i {file(s)}
- Remove files in verbose mode, printing a message for each removed file:
rm -v {path/to/directory/*}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/rm.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.543071 milliseconds
- Gemini-to-HTML Time
- 0.363169 milliseconds
This content has been proxied by September (ba2dc).