DUMPZ
Paste dump
Recent dumps
FilesBox.io
About
Log in
Sign Up
Sort strings by length
hellcat
Bash
16 Apr 2009
As Text
Un/Wrap
Lines#
1
cat /etc/passwd
|
awk
'{print length, $0}'
|
sort -n
|
awk
'{$1=""; print $0 }'
← newer dump
older dump →