From 90c380774609443461275b08ddcd5bf8b31b749a Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sun, 20 Mar 2022 04:36:52 +1000 Subject: [PATCH] atool: update page (#7900) --- pages/linux/atool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/atool.md b/pages/linux/atool.md index feeb63350..744b306de 100644 --- a/pages/linux/atool.md +++ b/pages/linux/atool.md @@ -13,8 +13,8 @@ - Create a new 7zip archive with two files: -`atool --add {{path/to/archive.7z}} {{path/to/file1}} {{path/to/file2}}` +`atool --add {{path/to/archive.7z}} {{path/to/file1 path/to/file2 ...}}` - Extract all zip and rar archives in the current directory: -`atool --each --extract {{*.zip}} {{*.rar}}` +`atool --each --extract {{*.zip *.rar}}`