diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-07-14 16:54:59 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-07-14 16:54:59 +0000 |
| commit | 3e6902efc802ab57fc4e9bf798f2d271b152e7f9 (patch) | |
| tree | 3c64e48605be8e9c0b6f98714f4ff2795eff0097 /usr.bin/cmp/cmp.1 | |
| parent | 59efcec109bbe331637816e9b5469d49eadbe939 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cmp/cmp.1')
| -rw-r--r-- | usr.bin/cmp/cmp.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 60baf924da31..c8a5f2586d3a 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -43,7 +43,8 @@ .Nd compare two files .Sh SYNOPSIS .Nm cmp -.Op Fl l | Fl s +.Op Fl l | Fl s | Fl x +.Op Fl z .Ar file1 file2 .Op Ar skip1 Op Ar skip2 .Sh DESCRIPTION @@ -71,6 +72,9 @@ Like .Fl l but prints in hexadecimal and using zero as index for the first byte in the files. +.It Fl z +For regular files compare file sizes first, and fail the comparison if they +are not equal. .El .Pp The optional arguments |
