diff --git a/help/commands.md b/help/commands.md index 85c2cd3f..ba997c90 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.