Skip to content

Instantly share code, notes, and snippets.

@HamidNE
Created September 16, 2019 02:27
Show Gist options
  • Save HamidNE/361a8631286965c8317f2119368cac4e to your computer and use it in GitHub Desktop.
Save HamidNE/361a8631286965c8317f2119368cac4e to your computer and use it in GitHub Desktop.

How to Open/Extract a RAR File in Linux

unrar x file.rar

How to List a RAR File in Linux

unrar l tecmint.rar

How to Create Rar File in Linux

rar a tecmint.rar tecmint

How to Recover Archives

rar r filename.rar

How to Set Password to Archives

rar a -p tecmint.rar

Split RAR FOLDER

rar -p -r a -v1g Adobe.Illustrator.CC.22.1.0.312.x64.rar Adobe.Illustrator.CC.22.1.0.312.x64/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment