NAME strcmp -- command-line interface to strcmp(3) SYNOPSIS strcmp str1 str2 DESCRIPTION strcmp calls strcmp(3) on the two strings and prints "less", "equal", or "greater" if str1 is found, respectively, to be lexicographically less than, equal to, or greater than str2. EXIT STATUS strcmp will exit with one of the following values: 0 sucess 1 error(s) SEE ALSO strcmp(3) AUTHOR Adam Moskowitz