Results 1 to 10 of 10
Threaded View
-
1st Jan 2010, 11:53 AM #1OPMember
need rar & rename commands for windows
here are the linux commands for rar
Code:for f in *.*;do rar a -m0 -v209716 "$f".rar "$f";done for f in *.rar;do unrar e -o+ "$f";done
Code:for f in *.*;do mv "$f" mysite_"$f";done
vgnheart Reviewed by vgnheart on . need rar & rename commands for windows here are the linux commands for rar for f in *.*;do rar a -m0 -v209716 "$f".rar "$f";done for f in *.rar;do unrar e -o+ "$f";done and rename command is for f in *.*;do mv "$f" mysite_"$f";done Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
GRUB Commands
By Albert.Nawaro in forum Server ManagementReplies: 0Last Post: 17th Feb 2012, 08:21 AM -
Common SSH Commands - Linux Shell Commands
By 0ccul7 in forum Server ManagementReplies: 15Last Post: 20th Jan 2012, 01:11 PM -
SSH FTP UPload Commands
By Maverick in forum Server ManagementReplies: 6Last Post: 17th Jan 2012, 01:18 AM -
cPanel Commands to run from SSH
By Bharat in forum Technical and Security TutorialsReplies: 4Last Post: 5th Dec 2011, 01:18 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...