From 70673ad485f0b8279aa3e9762dc9807ffb49cc11 Mon Sep 17 00:00:00 2001 From: Mohd Shahril Date: Thu, 18 Jan 2018 11:41:05 +0800 Subject: [PATCH] 7z: Added output path example. (#1900) --- pages/common/7z.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/7z.md b/pages/common/7z.md index 16198dc61c..f7f84f9634 100644 --- a/pages/common/7z.md +++ b/pages/common/7z.md @@ -10,6 +10,10 @@ `7z x {{archived}}` +- Extract an archive with user-defined output path: + +`7z x {{archived}} -o{{path/to/output}}` + - Archive using a specific archive type: `7z a -t {{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`