Jump to content

User:devper94/Testing/test (Unix)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Devper94 (talk | contribs) at 09:58, 27 July 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


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