On 26/04/07, elliott-brennan <[EMAIL PROTECTED]> wrote:
Hi Amos, I haven't tried that function. I'm not quite sure what you mean by what it does do though (??). What does 'split (1) mean?
It means that it calls the "split" standard unix command line utility. You can read about this command by typing "man split". The "(1)" means that it's in section one of the unix manual page - i.e. a command line (as opposed to, (2) for system calls, (3) for library functions etc.). Cheers, --Amos -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
