• + 0 comments

    !/bin/bash

    read -r n read -r line

    echo "$line" | tr " " "\n" | sort | uniq -u