• + 0 comments

    tr " " "\n" | tail +2 | sort | uniq -u tr is used so each array element in new line for further processing tail is used to skip 1st line which contain total no. of array elements sort for uniq cmd to work as desired uniq -u print only the uniq element