Skip to content

Tag: scripting

All the articles with the tag "scripting".

Mastering xargs in Linux

Mastering xargs in Linux

xargs turns stdin into arguments, build complex pipelines, run parallel jobs, and handle filenames with spaces without breaking everything.

Tmux for Streamlining Dev Workflow

Tmux for Streamlining Dev Workflow

Master tmux for dev work: sessions, windows, panes, layout scripting, hooks, and pane syncing, the commands that turn one terminal into many.

Archive & Compression utilities

Archive & Compression utilities

tar, gzip, bzip2, xz, zip, demystified. When to use each compression tool, speed vs ratio trade-offs, and the flags you'll actually need.