bug-coreutils
[Top][All Lists]
Advanced

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

stat(1) bug


From: John Wenker
Subject: stat(1) bug
Date: Tue, 5 Aug 2008 11:05:03 -0700

Version 4.5.3 of stat(1) returns 0 (success indication) on error.  Here's 
an example to reproduce (and visually verify) the problem:

   $ stat abcd; echo $?
   stat: cannot stat `abcd': No such file or directory
   0
   $

A non-zero value should have been printed at the end.

John




reply via email to

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