Closed Thread
Results 1 to 4 of 4

Thread: Split Archive tar.gz?

  1. #1
    Crop is offline Learning Programmer
    Join Date
    Jan 2007
    Posts
    62
    Rep Power
    0

    Split Archive tar.gz?

    Is it possible to generate a split type archive using tar? Similar to what RAR does:

    file1.rar
    file2.r01
    file3.r02
    etc...

    When unrarring file1.rar it automatically collects r01, r02, etc.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    You can use /usr/bin/split with the -b option. This will make split files specifying the byte size. You would then have to join them again. You could use cat for this.

  4. #3
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    A better alternative might be to just use RAR.....

  5. #4
    Jordan Guest
    True but not all installations come with unrar by default.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Prolog split up a list
    By TheTest in forum General Programming
    Replies: 0
    Last Post: 09-25-2011, 08:18 AM
  2. JavaScript Split String Help
    By stevie754 in forum JavaScript and CSS
    Replies: 2
    Last Post: 03-18-2011, 05:34 PM
  3. Wep Page Getting Split Up
    By supermandx in forum PHP Development
    Replies: 2
    Last Post: 09-11-2010, 12:24 PM
  4. Split Zip Archive in Linux
    By Jame in forum Linux/Unix General
    Replies: 2
    Last Post: 10-23-2007, 09:43 AM
  5. PERL - Split by Character
    By Cosmet in forum Perl
    Replies: 2
    Last Post: 12-30-2006, 11:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts