Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-03 00:19:03 +00:00
parent 621859be2f
commit fd7ebaa72d
10 changed files with 148 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ source: https://github.com/tldr-pages/tldr.git
`tar czf {{path/to/target.tar.gz}} {{path/to/file1 path/to/file2 ...}}`
- [c]reate a g[z]ipped archive from a directory using relative paths:
- [c]reate a g[z]ipped (compressed) archive from a directory using relative paths:
`tar czf {{path/to/target.tar.gz}} --directory={{path/to/directory}} .`