Jump to content

User:devper94/Testing/test (Unix)

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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

Man page for test command