Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-11 00:23:05 +00:00
parent 5244514dab
commit de1a736bbc
40 changed files with 127 additions and 72 deletions

View File

@@ -16,3 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
- Remove specific nested directories recursively:
`rmdir {{[-p|--parents]}} {{path/to/directory1 path/to/directory2 ...}}`
- Clean a directory of empty directories:
`rmdir *`