Merge pull request #73 from Tug/patch-1

Add a use case for extracting gzip archives
waldyrious/alt-syntax
Romain Prieto 2014-02-04 13:47:54 -08:00
commit 7bc5e3c0e2
1 changed files with 4 additions and 0 deletions

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}}`