Provided by: manpages-ko_4.21.0-2_all bug

이름

       zcmp, zdiff - 압축된 파일 비교

요약

       zcmp [ cmp_options ] file1 [ file2 ]
       zdiff [ diff_options ] file1 [ file2 ]

설명

       The  zcmp  and  zdiff  commands  are  used  to invoke the cmp or the diff program on files
       compressed via gzip.  All options specified are passed directly to cmp or diff.   If  only
       file1  is specified, it is compared to the uncompressed contents of file1.gz. If two files
       are specified, their contents (uncompressed if necessary) are fed to  cmp  or  diff.   The
       input files are not modified.  The exit status from cmp or diff is preserved.

추가 참조

       cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1)

버그

       Messages  from  the cmp or diff programs may refer to file names such as "-" instead of to
       the file names specified.

번역

       이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: 배성훈 <plodder@kldp.org>

       이 번역은 무료 문서입니다. 저작권 조건에  대해서는  GNU  General  Public  License  버전  3
       ⟨https://www.gnu.org/licenses/gpl-3.0.html⟩ 이상을 읽으십시오. 책임이 없습니다.

       이  매뉴얼  페이지의  번역에서  오류를  발견하면 ⟨translation-team-ko@googlegroups.com⟩ 로
       이메일을 보내주십시오.

                                                                                         ZDIFF(1)