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:49, 27 July 2011 (init). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


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

Man page for test command