An assorted collection of useful Bash-style command chains, ready to cut and paste.
Part of Awesome OS X Command Line.
grep -o -E '\w+' <file> | sort -u -f
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.