이것은 patch 파일 또는 서로 바뀐것을 체크할때 사용하는 프로그램으로  혹시라도 바뀐것이 있다면 sync 도 가능하고 틀린 파일만 찾을수도 있다.


$ kdiff.sh
 
    
     usage) kdiff.sh [<option>] <source directory/file> <target directory/file>

      -h : help
      -f <source> : just diff for the source
      -s <source> : diff both without source
      -d : show file name of different file
      -c : copy(sync) source to target for different something
      -n : search for do not exist in target


두 디렉토리를 통체로 diff로 비교하고 싶다.
kdiff.sh <source dir> <target dir>

파일을 비교하고 싶다.
kdiff.sh  <src filename> <target filename>

서로 다른 파일이름만 알고 싶다.
kdiff.sh -d <src> <target>

특정디렉토리 도는 파일명만 빼고 비교하고싶다.
kdiff.sh -s "name"  <src> <des>

des에 없는 파일만 찾고 싶다.
kdiff.sh -n <src> <des>


크리에이티브 커먼즈 라이센스
Creative Commons License
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.cep.kr/blog/cep/rss/response/196

댓글+트랙백 ATOM :: http://www.cep.kr/blog/cep/atom/response/196

트랙백 주소 :: http://www.cep.kr/blog/cep/trackback/196

트랙백 RSS :: http://www.cep.kr/blog/cep/rss/trackback/196

트랙백 ATOM :: http://www.cep.kr/blog/cep/atom/trackback/196

댓글을 달아 주세요

댓글 RSS 주소 : http://www.cep.kr/blog/cep/rss/comment/196
댓글 ATOM 주소 : http://www.cep.kr/blog/cep/atom/comment/196
[Login][OpenID?]
You have to log in with and OpenID to leave a comment.