Jump to content

Command line

From wiki.rayhan.com
Revision as of 21:50, 3 October 2025 by Rayhan (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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