1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 12:35:24 +02:00

Merge pull request #126 from britter/sort-tar-options

Sort options for creating archives the way they are sorted for extracting archives
This commit is contained in:
Romain Prieto 2014-02-28 07:59:05 +11:00
commit 2a6119ff97

View file

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