[Gllug] Perl Problem

elliot moore elliot at devnull.org.uk
Thu Feb 1 00:54:49 UTC 2007


On 1 Feb 2007, at 00:37, Brad Cahoon wrote:

> Hi Tetheys
>
> split -l 70 huge_file.txt
> gives me
> split: too many files
>
> the file i am working on is 34MB

man split
look at option "-a"

set it to a reasonable value

split -a VALUE -l 70 huge_file.txt

e.
-------------- next part --------------
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list