diff --git a/pages/common/tar.md b/pages/common/tar.md index 28edcaa90..9e41fb040 100644 --- a/pages/common/tar.md +++ b/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"}}`