1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 00:26:00 +02:00

Merge pull request #73 from Tug/patch-1

Add a use case for extracting gzip archives
This commit is contained in:
Romain Prieto 2014-02-04 13:47:54 -08:00
commit 7bc5e3c0e2

View file

@ -14,3 +14,7 @@
- extract an archive in a target folder
`tar xf {{source.tar}} -C {{folder}}`
- extract a gzipped archive in the current directory
`tar xzf {{source.tar.gz}}`