Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

file splitter

  • 06-10-2006 08:07PM
    #1
    Registered Users, Registered Users 2, Paid Member Posts: 8,008 ✭✭✭
    Something about sandwiches


    Hi, just quickly looking for a file splitter for Unix. apparently zip-split doesnt handle large files, ie this 2GB image I have.
    so basically, does anyone know of any file splitters that will handle large files?

    Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 354 ✭✭AndrewMc


    The_B_Man wrote:
    Hi, just quickly looking for a file splitter for Unix. apparently zip-split doesnt handle large files, ie this 2GB image I have.
    so basically, does anyone know of any file splitters that will handle large files?

    Thanks.

    If all you want is to break it into equal-sized pieces, use the "split" command. With the -b option, you can specify how many bytes each chunk should be. To recombine them just "cat" them together, like "cat file1 file2 file3 > bigfile".

    Is that any use?


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    rar split will handle large files (I know this from experience on a 4G file).


Advertisement