bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -10 does not give any warning!


From: Paul Eggert
Subject: Re: -10 does not give any warning!
Date: 13 Jan 2004 10:39:20 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Matthias Kopfermann <address@hidden> 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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]