You are viewing a single comment's thread. Return to all comments →
read N # Read the space-separated integers into an array and find the unique integers with their counts echo "$(< /dev/stdin)" | tr ' ' '\n' | sort | 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 →