Atucom
A blog about coding, Infosec, penetration testing, and random topics
Saturday, March 5, 2011
Figure out what alias to create
A simple bash one liner that will read through your bash history and print out your most typed binaries:
history | cut -d ' ' -f 5 | sort | uniq -c | sort -n
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment