Menu

Split files into exactly 2 archives

Ky Lam Ngo
2008-11-04
2013-04-07
  • Ky Lam Ngo

    Ky Lam Ngo - 2008-11-04

    Hi, could you implement this feature, allowing lxsplit splits file into n files, with n is user arugment ?

    Like:
    lxsplit -s bigfiles.ext 4 -> split the file into 4 smaller files

     
    • Ozkan Sezer

      Ozkan Sezer - 2008-11-04

      Is the patch below OK for you?

      http://lxsplit.sourceforge.net/tmp/lxsplit-numpieces.diff

      It adds -sp as a new command (split pieces), like:
      lxsplit -sp bigfiles.ext 4

      O.S.

       
    • Ozkan Sezer

      Ozkan Sezer - 2009-02-22

      This feature is now in the CVS repository. It is achieved by the newly added -p option, like:  lxsplit -p hugefile.bin 10
      ... which will split the given file into exactly 10 pieces.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.