From a9d0095fddd9919e6bbc0cd0dc9fd141b8f92231 Mon Sep 17 00:00:00 2001 From: shyneko <34548743+tminei@users.noreply.github.com> Date: Tue, 28 Jul 2020 17:27:36 +0300 Subject: [PATCH] tar: update an example (#4230) --- pages/common/tar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/tar.md b/pages/common/tar.md index c28df4376..9523d6a9e 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -20,9 +20,9 @@ `tar xf {{source.tar[.gz|.bz2|.xz]}}` -- Extract an archive into a target directory: +- Extract a (compressed) archive into the target directory: -`tar xf {{source.tar}} -C {{directory}}` +`tar xf {{source.tar[.gz|.bz2|.xz]}} -C {{directory}}` - Create a compressed archive, using archive suffix to determine the compression program: