mirror of
https://github.com/cheat/cheat.git
synced 2026-04-17 16:33:32 +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