/ Published in: Bash
For fun and work optimisation purposes :)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
history | awk '{ print $2 }' | awk '{ a[$0]++ } END { for(key in a) print a[key], key }' | sort -rn | head -n 100