IT_n_Programs
Shell Script (2) : diff, cmp , sort ,wc
viewingsunset
2019. 3. 10. 14:55
## cmp 명령어 file1 과 file2 의 파일 비교.
ex) >> cmp file1 file2
## diff : file1 과 file2 의 파일 비교.
ex) >> diff file1 file2
## sort 명령어
## wc 명령어 : word count 명령어
반응형