You are viewing a single comment's thread. Return to all comments →
read -r n read -r line
echo "$line" | 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 →
!/bin/bash
read -r n read -r line
echo "$line" | tr " " "\n" | sort | uniq -u