Merge pull request #232 from quarcu/patch-1

List content of tar file
waldyrious/alt-syntax
Igor Shubovych 2014-09-27 03:46:03 +03:00
commit e9aa06bf8f
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@
- create a compressed archive, using archive suffix to determine the compression programm
`tar caf {{target.tar.xz}} {{file1 file2 file3}}`
- list the contents of a tar file
`tar -tvf {{source.tar}}`