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