gno/bin/test
1996-02-11 05:47:05 +00:00
..
binaryop Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
makefile.mk Added installation notes the README and an install target to 1996-02-11 00:59:16 +00:00
mkops Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
operators.c eliminated the splatprep droppings 1996-02-11 05:47:05 +00:00
operators.h Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
README Added installation notes the README and an install target to 1996-02-11 00:59:16 +00:00
test.1 Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
test.c eliminated the splatprep droppings 1996-02-11 05:47:05 +00:00
TEST.csh Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
test.desc Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
test.rez Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
test2.c eliminated the splatprep droppings 1996-02-11 05:47:05 +00:00
unaryop Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00

This is test(1) for GNO/ME.  For those of you familiar with it
from other platforms, it is a minimal BSD version, not a code-bloated
GNU version.  For those not familiar with it, read the man page.

I admit that this has limited functionality with gsh, but it will
become more useful when sh(1) comes out ...

For installation, either type 'dmake install', or copy the files
	test		to 		/bin
	test.1		to		/man/man1

For copying info, see the legalese at the beginning of the file
test.c, or the man page (you have to view the file directly rather
than than via nroff(1) to see it).

Also, regarding the GNO binary:

	This program contains material from the ORCA/C Run-Time
	Libraries, copyright 1987-1996 by Byte Works, Inc.  Used
	with permission.

If you have problems with this, let me know.  It was a two-hour port.

Devin Reade
February, 1996
<gdr@myrias.com>