mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:26:02 +02:00
Sort options for creating archives the way they are sorted for extracting archives
This commit is contained in:
parent
b2ede9d808
commit
12d5c60acf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- create a gzipped archive
|
||||
|
||||
`tar cfz {{target.tar.gz}} {{file1 file2 file3}}`
|
||||
`tar czf {{target.tar.gz}} {{file1 file2 file3}}`
|
||||
|
||||
- extract an archive in a target folder
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue