From 40120a4cc8d4b354bd046ef2386cbddd0d55f53f Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 3 Jan 2021 19:23:25 -0500 Subject: [PATCH] tar: remove last example to reduce count to 8 (#5078) --- pages/common/tar.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/tar.md b/pages/common/tar.md index c4a28b1d0..d55417605 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -35,7 +35,3 @@ - Extract files matching a pattern: `tar xf {{source.tar}} --wildcards "{{*.html}}"` - -- Extract a specific file without preserving the folder structure: - -`tar xf {{source.tar}} {{source.tar/path/to/extract}} --strip-components={{depth_to_strip}}`