1
0
Fork 0
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:
Benedikt Ritter 2014-02-27 16:49:46 +01:00
parent b2ede9d808
commit 12d5c60acf

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