From 75b5a8da0abf60282ff187e91363732aaec5c6c1 Mon Sep 17 00:00:00 2001 From: Bart Nagel Date: Tue, 4 May 2021 08:44:11 +0100 Subject: [PATCH] tar: add "verbose" to another example (#5860) --- 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 959a90e15b..ec9c7a7f35 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -16,9 +16,9 @@ `tar czf {{target.tar.gz}} --directory={{path/to/directory}} .` -- E[x]tract a (compressed) archive [f]ile into the current directory: +- E[x]tract a (compressed) archive [f]ile into the current directory [v]erbosely: -`tar xf {{source.tar[.gz|.bz2|.xz]}}` +`tar xvf {{source.tar[.gz|.bz2|.xz]}}` - E[x]tract a (compressed) archive [f]ile into the target directory: