Skip to content

Instantly share code, notes, and snippets.

@thcipriani
Created February 5, 2019 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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

~
(/^ヮ^)/*:・゚✧ date -I
2021-09-20
~
(/^ヮ^)/*:・゚✧ grep -aP '\bman\b' ~/.muh_history | awk '{print $(NF)}' | sort | uniq -c | sort -rn | head -20
     85 git-log
     82 date
     64 bash
     63 ssh
     61 ascii
     59 curl
     52 git
     41 rsync
     39 stat
     37 sudo
     37 man
     37 docker-run
     36 ssh-keygen
     32 git-tag
     31 git-commit
     29 git-submodule
     28 ssh_config
     26 tmux
     26 gpg
     26 git-grep

@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