About this snippet
Overview
I didn't create this snippet but I find it very useful so I thought I would share it.
;Usage: /sorttxt <file>
;Sorts a text file the propper (and fastest) way
;From QuickStep
alias sorttxt $iif($isfile($+(",$$1-,")),filter -affc $str($+(",$1-,",$chr(32)),2))