code by @xqin
bash
history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | \nl | head -n 10
文章信息
- 文章标题:macOS 查看终端使用最多的TOP 10命令 - Keystion
- 文章链接:https://webclown.net/posts/macOS-查看终端使用最多的TOP-10命令.html
- 版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。
- 转载请注明来自 Keystion !
markdown
[macOS 查看终端使用最多的TOP 10命令 - Keystion](https://webclown.net/posts/macOS-查看终端使用最多的TOP-10命令.html)