목표 data.txt 파일 내에서 중복되지 않고 단 한 번만 나타나는 텍스트 라인 찾기.
data.txt
실행 명령어
sort data.txt | unique -u
sort 명령어
uniq 명령어
uniq -u 옵션
파이프(|)