From a655e5402510d89fd8cc41c1036ec37d7cd9bfe2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 11 Nov 2017 23:34:39 -0500 Subject: [PATCH] Add unrar and unzip commands to commands.md --- help/commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/help/commands.md b/help/commands.md index 85c2cd3..ba997c9 100644 --- a/help/commands.md +++ b/help/commands.md @@ -70,8 +70,13 @@ These programs are installed on top of the base system. ### Dealing with Archives - Zip all files in a directotry: `zip -r ` +- View the contents of rar files: `unrar lb ` +- Extract the contents of rar files: `unrar x ` +- Extract the contents of zip files: `unzip ` - Extract any type of archiving algorithm: `extract ` +**Note**: When using `unrar` or `unzip` to extract multiple files (with wildcards), you must first escape the `*` to `\*`. + ### Opening Things Note that the preferred way to open things is with the `open` function; however, sometimes it is necessary to use these commands if, for example, you're loading an entire directory.