On 7 November 2013 10:40, Alan Pope <[email protected]> wrote:

> awk '{print $1}' ~/.bash_history | sort | uniq -c
> | sort -rn | head
>

~$ awk '{print $1}' ~/.bash_history | sort | uniq -c | sort -rn | head
     75 git
     74 cd
     57 sudo
     39 tail
     37 ls
     33 dig
     20 man
     13 python
     13 curl
     12 cat

Looks like I have been using git a bit recently...?

-- Stuart Ward M +44 7782325143
-- 
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/

Reply via email to