# Sort -t # use a particular symbol as the separator -k # specify which column you would like to sort by -g # fixes numeric sorting sort -t : -k 4 -k 1 -g /etc/passwd | more
cheat sheets.
$ cheat sort$ cheat sort# Sort -t # use a particular symbol as the separator -k # specify which column you would like to sort by -g # fixes numeric sorting sort -t : -k 4 -k 1 -g /etc/passwd | more