Skip to content

Tag: shell scripting

All the articles with the tag "shell scripting".

Linux Bash Tips and Tricks pt1

Linux Bash Tips and Tricks pt1

· Updated:

Bash tricks that save keystrokes — history expansion, brace expansion, process substitution, and the shortcuts your fingers will thank you for.

Understanding printf vs echo in Bash

Understanding printf vs echo in Bash

· Updated:

echo is convenient but inconsistent across systems; printf is portable and precise — know when to use each and avoid the gotchas.

Bash for loops sequential counting

Bash for loops sequential counting

· Updated:

Master bash for loops, while loops, and seq for sequential counting — iterate over files, ranges, and arrays without losing your mind.

Why You Should Switch to ZShell (zsh)

Why You Should Switch to ZShell (zsh)

· Updated:

Switch your default shell to zsh on Linux — why zsh beats bash, installation, Oh My Zsh setup, essential plugins, and the gotcha that still catches everyone.