icon Top 9 categories map      RocketAware >

cmp(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others

[IEEE Std1003.2-1992 (``POSIX.2'')]

CMP(1)                     OpenBSD Reference Manual                     CMP(1)

NAME
     cmp - compare two files



SYNOPSIS
     cmp [-l | -s] file1 file2 [skip1 [skip2]]

DESCRIPTION
     The cmp utility compares two files of any type and writes the results to
     the standard output.  By default, cmp is silent if the files are the
     same; if they differ, the byte and line number at which the first differ-
     ence occurred is reported.

     Bytes and lines are numbered beginning with one.

     The following options are available:

     -l    Print the byte number (decimal) and the differing byte values (oc-
           tal) for each difference.

     -s    Print nothing for differing files; return exit status only.

     The optional arguments skip1 and skip2 are the byte offsets from the be-
     ginning of file1 and file2, respectively, where the comparison will be-
     gin.  The offset is decimal by default, but may be expressed as a hex-
     adecimal or octal value by preceding it with a leading ``0x'' or ``0''.

     The cmp utility exits with one of the following values:

     0     The files are identical.

     1     The files are different; this includes the case where one file is
           identical to the first part of the other.  In the latter case, if
           the -s option has not been specified, cmp writes to standard error
           that EOF was reached in the shorter file (before any differences
           were found).

     >1    An error occurred.

SEE ALSO
     diff(1),  diff3(1)

STANDARDS
     The cmp utility is expected to be IEEE Std1003.2 (``POSIX.2'') compati-
     ble.

OpenBSD 2.6                      June 6, 1993                                1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for cmp(1)
OpenBSD sources for cmp(1)


[Overview Topics]

Up to: File filtering and processing - Methods of filtering and processing files. (character translation, comparison, search, sort, word counts, etc.)


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others

[IEEE Std1003.2-1992 (``POSIX.2'')]




Rapid-Links: Search | About | Comments | Submit Path: RocketAware > cmp.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments