mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:35:42 +02:00
commit
e9aa06bf8f
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- create a compressed archive, using archive suffix to determine the compression programm
|
- create a compressed archive, using archive suffix to determine the compression programm
|
||||||
|
|
||||||
`tar caf {{target.tar.xz}} {{file1 file2 file3}}`
|
`tar caf {{target.tar.xz}} {{file1 file2 file3}}`
|
||||||
|
|
||||||
|
- list the contents of a tar file
|
||||||
|
|
||||||
|
`tar -tvf {{source.tar}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue