Skip to content

Instantly share code, notes, and snippets.

@thcipriani
Created February 5, 2019 23:19
Show Gist options
  • Save thcipriani/d8ea1483547e7b0075cf93264b9f2ce9 to your computer and use it in GitHub Desktop.
Save thcipriani/d8ea1483547e7b0075cf93264b9f2ce9 to your computer and use it in GitHub Desktop.
(/^ヮ^)/*:・゚✧ grep -aP '\bman\b' ~/.muh_history | awk '{print $(NF)}' | sort | uniq -c | sort -rn | head -20
54 date
53 ssh
50 bash
37 curl
35 sudo
34 man
32 ssh-keygen
32 rsync
31 ascii
30 git
30 docker-run
29 git-log
28 git-tag
27 ssh_config
23 git-submodule
21 git-config
20 stat
20 ls
19 systemctl
19 cowsay
@thcipriani
Copy link
Author

thcipriani commented Jul 26, 2022

~
(/^ヮ^)/*:・゚✧ date -I
2022-07-26
~
(/^ヮ^)/*:・゚✧ grep -aP '\bman\b' ~/.muh_history | awk '{print $(NF)}' | sort | uniq -c | sort -rn | head -20
    100 git-log
     84 date
     69 ssh
     65 bash
     62 ascii
     61 curl
     53 git
     41 rsync
     40 stat
     39 sudo
     37 man
     37 docker-run
     36 ssh-keygen
     34 git-commit
     33 git-submodule
     32 git-tag
     29 ssh_config
     28 gpg
     27 tmux
     27 git-grep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment