aboutsummaryrefslogtreecommitdiff
path: root/man/cmp.1
blob: 5eb247ddedd6ca61bd88f778a5328ebb985d3fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
CMP(1) "fases core"

# NAME

cmp - compare two files

# SYNOPSIS

*cmp* [*-l*|*-s*] *file1* *file2*

# DESCRIPTION

Compare two files. If the files are identical, *cmp* doesn't write anything 
to standard output and returns 0. Else, with no options, it writes to 
standard output the byte and line number at which it found the first 
difference and returns 1.

*-l*
	Write the byte number and the differing bytes for each difference in 
	decimal and octal respectively.

*-s*
	Write nothing to standard output or standard error when the files 
	differ. Only write diagnostic messages to standard error.

# EXAMPLES

*cmp -s foo.txt bar.txt*
	Compare foo.txt to bar.txt and return 1 if the files are different.

# AUTHOR

Written by Ferass El Hafidi as part of the fases project.

Source code is at http://git.vitali64.duckdns.org/utils/fases.git.

# COPYRIGHT

Copyright (C) 2023 Ferass El Hafidi