From dbc76c2b7d362da87acbc6fdf7e181f91c680d3f Mon Sep 17 00:00:00 2001 From: RafaelDominiquini <61922887+RafaelDominiquini@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:33:39 -0300 Subject: [PATCH] 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 e8405c09e13652..493fb22694d588 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}}`