View Single Post
  #81  
Old 10-21-2008, 06:19 PM
fill16 fill16 is offline
 
Join Date: Nov 2006
Posts: 14
Thanks: 1
Thanked 3 Times in 2 Posts
Default Great post.

Thanks for the great post.

Unzip, unrar command for linux leeches like myself is:
Quote:
find . -name \*.zip | xargs --replace=+ unzip -o + ; find . -name \*.part01.rar | xargs --replace=. unrar x -kb -o+ . ; find . -name \*.part1.rar | xargs --replace=. unrar x -kb -o+ .
Reply With Quote