bug-coreutils
[Top][All Lists]
Advanced

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

The test command


From: Dave Yost
Subject: The test command
Date: Tue, 12 Sep 2006 11:20:12 -0700

I propose this addition to the age-old test command:

  --verbose
       If the test does not succeed, print the reason why to stderr

The usefulness of this is shown in this example:

  if ! test --verbose -e "$file" ; then
    exit $?
  fi

Dave




reply via email to

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