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}}`