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