Hi,
My first bug-reporting.
I discovered a
cosmetic bug in 'split' command. I wanted to split a file in 'n' chunks, with suffix 'a' chars wide and numeric suffix starting from 'd'. I tried
$ split -n10 -a4 -d5 echo.txt
split: cannot split in more than one way
Try 'split --help' for more information.
where as using longer option for `-d` i.e. `--numeric-suffixes` works fine.