Beat me to itCode:
tr " " "\n" < file.txt | sort -u
(I didn't know sort had a unique flag tho and unnecessarily piped into uniq in my solution
Statistics: Posted by m4c-attack — 2024-10-07 00:19
Beat me to itCode:
tr " " "\n" < file.txt | sort -u
Statistics: Posted by m4c-attack — 2024-10-07 00:19