mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:35:53 +02:00
tar: update an example (#4230)
This commit is contained in:
parent
95ef1a04ab
commit
a9d0095fdd
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@
|
||||||
|
|
||||||
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
|
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
|
||||||
|
|
||||||
- Extract an archive into a target directory:
|
- Extract a (compressed) archive into the target directory:
|
||||||
|
|
||||||
`tar xf {{source.tar}} -C {{directory}}`
|
`tar xf {{source.tar[.gz|.bz2|.xz]}} -C {{directory}}`
|
||||||
|
|
||||||
- Create a compressed archive, using archive suffix to determine the compression program:
|
- Create a compressed archive, using archive suffix to determine the compression program:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue