Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment You did not disappoint me. (Score 3, Funny) 497

root@host:~# strings pronz.txt |grep -o "[^ ]*$" | sort | uniq -c | sort -nr | head
        671 123456
        212 123456789
        111 12345
          75 1234
          72 12345678
          65 1234567
          62 password
          52 1234567890
          49 123
          41 123123

Slashdot Top Deals

"Everything should be made as simple as possible, but not simpler." -- Albert Einstein

Working...