advanced code snippet search
AlpT on 01/13/07
sort Shell line length awk
01/13/07 02:43pm01/13/07 02:42pm
cat $@ | awk '{ print length, $0 }' | sort -n | awk '{$1=""; print $0}'
Report this snippet Tweet
Comment:
You need to login to post a comment.