Code Snippet
- rar a NameOfYourArchive.rar /path/to/file
End of Code Snippet
Rar multiple files
Code Snippet
- rar a NameOfYourArchive.rar /path/to/files/*
End of Code Snippet
Unrar a *.rar compressed file
Code Snippet
- unrar x NameOfYourArchive.rar
End of Code Snippet
List the contents of a rar file without uncompressing it
Code Snippet
- unrar l NameOfYourArchive.rar
End of Code Snippet
No comments:
Post a Comment