Hi,

who(1) exit status is always 0.

$ who --v
who (coreutils) 5.2.1
...

...
$ who <some junk file>

$echo $?

0

I think all commands should fail with exit status 1, which is usefull in
processing with other commands.

Thanks
Shal
_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to