mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:02:09 +02:00
Merge pull request #189 from Leandros/patch-1
add extraction of bzipped archive
This commit is contained in:
commit
84900a0fa8
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- extract a gzipped archive in the current directory
|
||||
|
||||
`tar xzf {{source.tar.gz}}`
|
||||
|
||||
- extract a bzipped archive in the current directory
|
||||
|
||||
`tar xjf {{source.tar.bz2}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue