Преглед изворни кода

tar: extract files matching a pattern (#1883)

Matt Ross пре 7 година
родитељ
комит
31e256b457
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      pages/common/tar.md

+ 4 - 0
pages/common/tar.md

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