mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 16:25:27 +01: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