tar: extract files matching a pattern (#1883)
This commit is contained in:

committed by
Agniva De Sarker

parent
d6eeeeb32f
commit
31e256b457
@@ -30,3 +30,7 @@
|
|||||||
- List the contents of a tar file:
|
- List the contents of a tar file:
|
||||||
|
|
||||||
`tar tvf {{source.tar}}`
|
`tar tvf {{source.tar}}`
|
||||||
|
|
||||||
|
- Extract files matching a pattern:
|
||||||
|
|
||||||
|
`tar xf {{source.tar}} --wildcards {{"*.html"}}`
|
||||||
|
Reference in New Issue
Block a user