mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 19:00:28 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/tar
2
tldr/tar
@@ -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}} .`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user