You are viewing a single comment's thread. Return to all comments →
read N read m echo $m | tr ' ' '\n' > file.txt sort file.txt | uniq -u
Seems like cookies are disabled on this browser, please enable them to open this website
Lonely Integer - Bash!
You are viewing a single comment's thread. Return to all comments →
read N read m echo $m | tr ' ' '\n' > file.txt sort file.txt | uniq -u