Follow Slashdot stories on Twitter

 



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

You don't have to know how the computer works, just how to work the computer.

Working...