Explorar el Código

tar: extract files matching a pattern (#1883)

Matt Ross hace 7 años
padre
commit
31e256b457
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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"}}`