skaembutils
Software
www.skarnet.org

The test program

test is a standard UNIX test: it performs a test, and exits 0 (true) or 1 (false).

Interface

     test [ test expression ]

Notes

test is very small, and it does not dynamically allocate memory. If you need more than 1022 arguments to test, change the definition of TOKEN_MAX in test.c and recompile.

test was co-written with Jean Marot.