Dotfiles
Bash config, aliases, and helper functions. Includes install one-liner + group notes.
My personal website to show off what projects I have accomplished and what I am working on.
Quick command notes, shell helpers, and dotfiles.
A running command notebook for stuff I use often.
Use the tag filter below to narrow commands by topic (git, networking, archives, shell, etc.).
Bash config, aliases, and helper functions. Includes install one-liner + group notes.
Show routing table entries.
ip route show
Show routing table entries.
#networking #linux #routing
awk '{print $1, $3}' file.txt
Print selected columns from whitespace-delimited text.
#awk #text #shell