tar: extract files matching a pattern (#1883)

coverage
Matt Ross 2018-01-14 07:41:22 -05:00 committed by Agniva De Sarker
parent d6eeeeb32f
commit 31e256b457
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@
- List the contents of a tar file:
`tar tvf {{source.tar}}`
- Extract files matching a pattern:
`tar xf {{source.tar}} --wildcards {{"*.html"}}`