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:
commit
7bc5e3c0e2
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
||||||
- extract an archive in a target folder
|
- extract an archive in a target folder
|
||||||
|
|
||||||
`tar xf {{source.tar}} -C {{folder}}`
|
`tar xf {{source.tar}} -C {{folder}}`
|
||||||
|
|
||||||
|
- extract a gzipped archive in the current directory
|
||||||
|
|
||||||
|
`tar xzf {{source.tar.gz}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue