Tool Guides
Demystifying Tools
Practical guides that break down common command-line tools and utilities into easy-to-understand tutorials with real-world examples.
All Guides

Demystifying awk
Awk variables work like so: $0 -- represents full line $1....$n -- represents each field (1-index-based) NR -- current record $NF -- last column
Read more
Demystifying Git Worktrees
Create new worktree with new branch
Read more
Demystifying ffmpeg
Basic format conversion
Read more
Demystifying the Find command
List all files and folders in current directory:
Read more
Demystifying GREP
Search for a keyword in a file:
Read more
Demystifying Rsync
Sync one directory into another with compression:
Read more
Demystifying the TAR command
Untar/unzip a tar or tar.gz file into the current directory:
Read more