파일에서 두 줄이 같은지 확인할 수있는 유닉스 명령이 있습니까?
예를 들어 파일을 고려하십시오 sentences.txt
This is sentence X
This is sentence Y
This is sentence Z
This is sentence X
This is sentence A
This is sentence B
우리는 그 문장이
This is sentence X
반복됩니다.
이것을 빨리 감지 할 수있는 명령이 있습니까? 그래서 아마도 다음과 같이 실행할 수 있습니다-
$ cat sentences.txt | thecommand
Line 1:This is sentence X
Line 4:This is sentence X