1
0
forked from extern/nix-config

Fix typo in commands.md

This commit is contained in:
Donovan Glover 2017-12-29 23:50:11 -05:00
parent a0de85af8d
commit e725b5bd92
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -156,7 +156,7 @@ Note that a git repository must be cloned with SSH if you want to use SSH with i
### Dealing with Archives
- Zip all files in a directotry: `zip -r <zip_name> <directory>`
- Zip all files in a directory: `zip -r <zip_name> <directory>`
- View the contents of rar files: `unrar lb <files>`
- Extract the contents of rar files: `unrar x <files>`
- Extract the contents of zip files: `unzip <files>`