Procházet zdrojové kódy

tar: extract files matching a pattern (#1883)

Matt Ross před 7 roky
rodič
revize
31e256b457
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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"}}`