From fe3ad5ae873a0005296b1fe057182231ce66aaf6 Mon Sep 17 00:00:00 2001 From: RafaelDominiquini <61922887+RafaelDominiquini@users.noreply.github.com> Date: Mon, 7 Apr 2025 05:59:51 -0300 Subject: [PATCH] patool: add example (#16122) Update patool.md Add description of the 'create' command! --- pages/linux/patool.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/patool.md b/pages/linux/patool.md index e8405c09e1..493fb22694 100644 --- a/pages/linux/patool.md +++ b/pages/linux/patool.md @@ -8,6 +8,10 @@ `patool extract {{path/to/archive}}` +- Create an archive: + +`patool create {{/path/to/archive}} {{/path/to/file1}} {{/path/to/file2}} {{/path/to/dir1/}} {{/path/to/dir2/}}` + - List contents of an archive: `patool list {{path/to/archive}}`