/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sort -k3n,3 data.file or sort -b -k3n,3 data.file
URL: http://www.unix.com/unix-dummies-questions-answers/30450-sort-third-column-n-command.html