On Sun, May 16, 2010 at 04:26:32PM +0200, Martin Husemann wrote: > [..] We should make > our factor(6) compaible to the coreutils one, just in case POSIX picks > it up in the next revision ;-}
Just in case it's not clear from upthread (tech-userlevel): that compatibility means: - negative input causes an error message - 0 and 1 generate no factors (output "0:\n" resp. "1:\n") Martin