[hacknews] non command

henry (06/02/82)

Minor new utility:  non, a logical-not command for shell programming.
E.g.:
	if non cmp -s file1 file2
	then
		echo file1 file2 differ
	fi

Arguably it ought to be called "!", but there are reasons for not doing
this -- that is a special character in some circumstances.