Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-05 00:16:01 +00:00
parent e2776841ad
commit 797d626b21
3 changed files with 7 additions and 2 deletions

View File

@@ -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}}`