-
Shell Script (2) : diff, cmp , sort ,wcIT_n_Programs 2019. 3. 10. 14:55
## cmp 명령어 file1 과 file2 의 파일 비교.
ex) >> cmp file1 file2## diff : file1 과 file2 의 파일 비교.
ex) >> diff file1 file2## sort 명령어
## wc 명령어 : word count 명령어
반응형'IT_n_Programs' 카테고리의 다른 글
우분투 사용 정리,개발환경, ftp, webdav (0) 2019.03.10 yocto project (0) 2019.03.10 Shell Script (1) : file , getopts , while , if, case, exit, trap (0) 2019.03.10 uboot 에서 bootargs 를 통해 IP가 kernel 로 전달되는 과정 (0) 2019.03.10 RJ45 케이블 만드는 방법 정리. (0) 2019.03.07