mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
add cheatsheet for df iwconfig ls and rm
This commit is contained in:
5
cheatsheets/rm
Normal file
5
cheatsheets/rm
Normal file
@ -0,0 +1,5 @@
|
||||
# Remove files and subdirs
|
||||
rm -r path/to/the/target/
|
||||
|
||||
# Ignore non existent files
|
||||
rm -f path/to/the/target
|
Reference in New Issue
Block a user