test [things]
|
tests wether things are true or not and
returns 0 or 1.
test -{r,w,x} [file] tests wether the
file is readable, writable or executable.
test -{z,n} [string] tests wether the string
has length 0 or not 0.
test a -eq b tests wether a = b, etc.
|