Jump to content

Command line: Difference between revisions

From wiki.rayhan.com
Created page with "= One-liners = View your most used commands: <code>cat .zsh_history | cut -d ';' -f2 | cut -d ' ' -f1 | sort | uniq -c | sort -n | less</code> = Tools = Manage wifi: <code>nmtui</code>"
(No difference)

Revision as of 21:50, 3 October 2025

One-liners

View your most used commands:

cat .zsh_history | cut -d ';' -f2 | cut -d ' ' -f1 | sort | uniq -c | sort -n | less

Tools

Manage wifi:

nmtui