1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 00:15:28 +02:00

tar: extract files matching a pattern (#1883)

This commit is contained in:
Matt Ross 2018-01-14 07:41:22 -05:00 committed by Agniva De Sarker
parent d6eeeeb32f
commit 31e256b457

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"}}`