From 4d8a24c6a53eee8544295e6fe5110cfab84d7080 Mon Sep 17 00:00:00 2001 From: Joshua Date: Sun, 20 Oct 2019 01:07:10 +0200 Subject: [PATCH] tar: update multiple file tokens --- pages/common/tar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/tar.md b/pages/common/tar.md index f8ab22aec..d141430ae 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -6,11 +6,11 @@ - Create an archive from files: -`tar cf {{target.tar}} {{file1 file2 file3}}` +`tar cf {{target.tar}} {{file1}} {{file2}} {{file3}}` - Create a gzipped archive: -`tar czf {{target.tar.gz}} {{file1 file2 file3}}` +`tar czf {{target.tar.gz}} {{file1}} {{file2}} {{file3}}` - Extract a (compressed) archive into the current directory: @@ -22,7 +22,7 @@ - Create a compressed archive, using archive suffix to determine the compression program: -`tar caf {{target.tar.xz}} {{file1 file2 file3}}` +`tar caf {{target.tar.xz}} {{file1}} {{file2}} {{file3}}` - List the contents of a tar file: