Sunday, May 24, 2015

how to unzip in Ubuntu?

  1. First i need to run
    sudo apt-get install unrar
    to install unrar.
  2. If i want to unpack all files within the .rar files in the same directory
    unrar e -r /home/work/software/myfile.rar
  3. if i want to unpack the files in full path  (keep  before  dirs)
    unrar x -r /home/work/software/myfile.rar

No comments:

Post a Comment