Back to tags
#shell
2 TILs.
Today I learned
Opening a chat UI to ask 'what's the kubectl command to decode a secret' is too much friction. Two tiny zsh wrappers — one prints the answer, one…
Bash has built-in string manipulation that's faster than spawning sed or awk. The patterns that replaced 80% of my pipeline calls, with a cheat sheet.