Explorar o código

tar: extract files matching a pattern (#1883)

Matt Ross %!s(int64=7) %!d(string=hai) anos
pai
achega
31e256b457
Modificáronse 1 ficheiros con 4 adicións e 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"}}`