Matthias Kopfermann <[EMAIL PROTECTED]> writes: > what is bad: i don't get any response when i use the old style, no > warning at all.
Hmm, I get a response when I use the old style; see below. $ env | grep POSIX2 _POSIX2_VERSION=200112 $ nice --version | head -n 1 nice (GNU coreutils) 5.1.0 $ nice -10 echo hello nice: invalid option -- 1 Try `nice --help' for more information. $ echo $? 1 What symptoms do you observe when you try the same thing? _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
