home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / fn32_13.zip / CMP.DOC < prev    next >
Text File  |  1992-09-13  |  529b  |  13 lines

  1. Usage: cmp
  2.         [-cls] [+show-chars] [+verbose] [+silent] [+quiet] file1 [file2]
  3.  
  4.   Options:
  5.       -c, +show-chars        Print differing chars.
  6.       -s, +silent            Print nothing, return codes only.
  7.       -l, +verbose           Print byte number and differing bytes.
  8.  
  9.   The file name `-' is always the standard input. If one file name
  10.   is omitted, the standard input is used as well.
  11.   -c option to print the differing characters like `cat -t'
  12.   (except that newlines are printed as `^J'), with or without -l.
  13.