Browse Source

tar: extract files matching a pattern (#1883)

Matt Ross 7 years ago
parent
commit
31e256b457
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/tar.md

+ 4 - 0
pages/common/tar.md

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