From 533c40946509651c6c5c043a7b7a97dab137e37f Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 21 Jun 2020 11:02:41 +0300 Subject: [PATCH] unrar: extract to another directory example (#4088) --- pages/common/unrar.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/unrar.md b/pages/common/unrar.md index 30fbce9ece..15b41b880a 100644 --- a/pages/common/unrar.md +++ b/pages/common/unrar.md @@ -6,6 +6,10 @@ `unrar x {{compressed.rar}}` +- Extract files to a specified path with the original directory structure: + +`unrar x {{compressed.rar}} {{path/to/extract}}` + - Extract files into current directory, losing directory structure in the archive: `unrar e {{compressed.rar}}`