mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 20:53:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -28,3 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Remove specific files and directories recursively:
|
||||
|
||||
`rm --recursive {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||
|
||||
- Remove empty directories (this is considered the safe method):
|
||||
|
||||
`rm --dir {{path/to/directory}}`
|
||||
|
||||
Reference in New Issue
Block a user