29 October 2014

Extract password protected rar file. Using Linux terminal, console, command line, shell or wherever you want to call it.

Source code viewer
  1. unrar x -pYOUR_PASSWORD FILE_NAME.rar
Programming Language: Bash