Activity Stream
48,167 MEMBERS
62257 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member
    Website's:
    extremecoderz.com helpfultools.net

    Default [linux][easy] Rar files into X size splits

    CatchItBaby asked me for this so here we go:

    PHP Code: 
    #!/bin/bash
    #Author: Avek
    #Add all files/folders from folder to different archives
    #Delete files/folders after successfully adding to rar
    #Split to volume set in mb by user - 1st option eg
    #./script 10 = 10mb splits Standard size = 100 mb

    if [ $]; then
      SIZE
    =$(($1024))
    else
      
    SIZE=$((100 1024))
    fi
    Sname
    =`echo $0 | sed 's/.\///g'`;

    for 
    x in *
    do
      if [ 
    "$x== "$Sname]; then
        
    echo -ne;
      
    elif [ -"$x] || [ -"$x]; then
          rar a 
    -df -m0 -v"$SIZE""$x".rar "$x"
      
    fi
    done 
    Avek Reviewed by Avek on . [linux][easy] Rar files into X size splits CatchItBaby asked me for this so here we go: #!/bin/bash #Author: Avek #Add all files/folders from folder to different archives #Delete files/folders after successfully adding to rar #Split to volume set in mb by user - 1st option eg #./script 10 = 10mb splits Standard size = 100 mb Rating: 5
    ExtremeCoderz support team member
    Animesuki fan

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    warezall.com
    Thanks a Ton...

    ++ Checking..

    Edit : 100% Work

    Thanks

  4.     
    #3
    Member
    Wow....This Is Really A Gem of A Script...Will Def tell the Architect Abt Yu...He will surely give yu to work on the anomaly Neo... ...

  5.     
    #4
    Member
    Thanks mate

    Am using that now

    Good piece of script

  6.     
    #5
    Super Member
    I thought this was going to be a copy of my tutorial

    Glad it's not though

    Code: 
    http://www.warezhaven.org/seo/342782-ubuntu-rar-compress-file-into-parts-ssh.html

    So kiss me and smile for me, say that you'll wait for me <'3

  7.     
    #6
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    Very nice Avek, this is useful for use linux folk

  8.     
    #7
    The Realest Nigga
    thanx alot man is very useful

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 2nd Nov 2012, 11:58 AM
  2. Compressing files to the smallest possible size
    By Apathetic in forum Technical Help Desk Support
    Replies: 6
    Last Post: 22nd Jun 2012, 06:49 AM
  3. File Hosts that allow big size files (up to 10GB) and pay per sale
    By Cyberbob in forum File Host Discussion
    Replies: 9
    Last Post: 14th Apr 2011, 10:10 PM
  4. Replies: 10
    Last Post: 13th Jul 2010, 04:49 PM
  5. [linux]Rar files, upload to RS & HF then delete the files
    By Snell in forum Tutorials and Guides
    Replies: 8
    Last Post: 21st Jun 2010, 07:01 AM

Tags for this Thread

BE SOCIAL