cheat sheets.

$ 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
Version 1, updated 1048 days ago.
. o 0 ( edit | history )
( add new | see all )