-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Roger McNichols on 9/11/2009 6:51 PM: > > Currently using version 5.2.1 of coreutils 'split' command produces files > with 'intelligent' suffixes. That is, the number of letters (or digits) > required > is based on the known number of output files that will be required.
coreutils 5.2.1 is quite old; the latest stable version is 7.6. Thanks for the report. That said, POSIX requires that split stop processing input and give an error after suffixes have been exhausted, rather than using longer suffixes: http://www.opengroup.org/onlinepubs/9699919799/utilities/split.html But at least there is the -n option to specify a larger suffix. If you are still worried about running out of suffixes, then it would probably be worth implementing a command line option that allows split to use intelligent suffixes; we can't make it the default because of POSIX, but we can at least provide it via a new option. Would you like to submit the patch? - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqrC2oACgkQ84KuGfSFAYAjywCfd+ifML8f9ra5cBbWI+gKo2id PboAni5YHgByqHszRLBGh8Kvcf0GDZnV =Gj+e -----END PGP SIGNATURE-----
