brendano (owner)

Revisions

gist: 60026 Download_button fork
public
Description:
tabsort
Public Clone URL: git://gist.github.com/60026.git
Embed All Files: show embed
tabsort #
1
2
3
4
5
#!/bin/bash
 
export TAB=$(echo -e "\t")
exec sort "-t$TAB" "$@"