uniq [OPTION]... [INPUT [OUTPUT]]
2222222222 3333333333 4444444444 6665666666 9999999999 !!!!!!!!!! 7777777777
1111111111 2222222222 3333333333 4444444444 5555555555 6666666666 7777777777 @@@@@@@@@@
# cat line1.txt line2.txt | sort | uniq
# cat line1.txt line2.txt | sort | uniq -s 4
# cat line1.txt line2.txt | sort | uniq -c 1 !!!!!!!!!! 1 1111111111 2 2222222222 ...
# cat line1.txt line2.txt | sort(:12) | uniq -d
Copyrights © - Joinc, All Rights Reserved. Inherited From - Yundream Rebranded By - Joonphil
사용법
사용예
Recent Posts
Archive Posts
Tags