|
|
|
|
|
by rovr138
2306 days ago
|
|
time gsort --parallel=2 -o $HOME/pwned-pass-sorted.txt pwned-passwords-sha1-ordered-by-count-v5.txt
2890.06 real 1400.86 user 165.54 sys
48mins`gsort` is GNU sort on coreutils (not the one included on macOS). This is on a Mac Mini 2011 (5,1) with the 2.3GHz i5. They really have a lot of things built into these tools :) |
|