Sort lines of text
sort [OPTION]… [FILE]…
sort -u .python_history
nl .bash_history | sort -u -k2 | sort -n