From Wikipedia, the free encyclopedia
test is an Unix command line that evaluates conditional expressions.
Usage
The test command can be specified in two ways:
test expression
or
[ expression ]
See also
List of Unix utilities
expr command
External links
Man page for test command