Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
The test command
- X-seq: zsh-workers 22694
- From: Dave Yost <Dave@xxxxxxxx>
- To: bug-coreutils@xxxxxxx, zsh-workers@xxxxxxxxxx
- Subject: The test command
- Date: Tue, 12 Sep 2006 11:20:12 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author