You are viewing a single comment's thread. Return to all comments →
read n
mapfile -t arr
arr=({arr[@]}" | tr ' ' '\n' | sort -n | uniq -u))
echo "${arr[@]}"
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
mapfile -t arr
arr=({arr[@]}" | tr ' ' '\n' | sort -n | uniq -u))
echo "${arr[@]}"