Results 1 to 6 of 6
-
17th Oct 2011, 02:06 PM #1OPMember
exist this for rar linux?
lets say i have a folder called programs and inside has 3 subforlders calledwindows linux mac
/programs/
/programs/windows
/programs/linux
/programs/mac
which one command can i make rars of the subfolders to have the following files windows.rar linux.rar mac.rar i know how to do it one by one , but i have a folder with a lot of subfolders so i will take alot of time .... please help mebachbell Reviewed by bachbell on . exist this for rar linux? lets say i have a folder called programs and inside has 3 subforlders calledwindows linux mac /programs/ /programs/windows /programs/linux /programs/mac which one command can i make rars of the subfolders to have the following files windows.rar linux.rar mac.rar i know how to do it one by one , but i have a folder with a lot of subfolders so i will take alot of time .... please help me :)) Rating: 5
-
17th Oct 2011, 03:57 PM #2Respected Member
Try this by running from the programs folder.
Code:find -depth -type d | while read dir; do rar -a ${dir}.rar ${dir}/* ; done
-
17th Oct 2011, 04:51 PM #3OPMember
i have the following error
ERROR: Unknown option: a
-
17th Oct 2011, 11:28 PM #4Respected Member
What option do you use in a single rar of the folder?
I used -a for add and it worked fine. Just change the option -a to whatever you use or leave the -a out and see how it works.
-
18th Oct 2011, 07:18 PM #5OPMember
thanks for help me i already find a command working for me
for f in *; do rar a -s -m0 "$f.rar" "$f"; done
splits sub directories and rar with its original subfolder name
-
18th Oct 2011, 11:00 PM #6Respected Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Is There A Demand For This? Does It Already Exist?
By Maverick in forum General DiscussionReplies: 2Last Post: 8th Apr 2012, 05:17 PM -
Special blog? Exist??
By Elleboy in forum Webmasters, Money MakingReplies: 3Last Post: 10th Dec 2011, 02:35 PM -
Interesting cPanel/WHM Plugins that exist...
By Cory in forum Server ManagementReplies: 4Last Post: 13th Jun 2011, 04:45 AM -
File Does Not Exist Error
By Pr0nZtrA in forum Technical Help Desk SupportReplies: 2Last Post: 17th Sep 2010, 10:21 AM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...