Skip to content
daniel@MacBookPro:~

tag

#scripting

5 posts

Shell & TerminalHow-To September 18, 2026 3 min read

How to Write Robust, Portable POSIX Shell Scripts

A complete walkthrough writing shell scripts that run correctly under any POSIX-compliant shell — not just whichever one happens to be installed on your own development machine.

#howto#posix#scripting
Read more
Shell & TerminalFix September 11, 2026 3 min read

Fixing 'Broken Pipe' Errors in Shell Scripts and Pipelines

A command in the middle of a pipeline suddenly dies with a 'Broken pipe' error, sometimes only when piped into head or a similar early-exiting command. This is a specific, well-defined signal, not a random failure.

#fix#pipes#signals
Read more
WindowsNews April 1, 2026 2 min read

Windows PowerShell 1.0 Ships, Ending Its Life as 'Monad'

First previewed under the codename Monad in 2003, renamed Windows PowerShell in April 2006, and finally released to the web that November — replacing decades of cmd.exe-centric scripting with a genuine object-oriented shell.

#news#powershell#scripting
Read more
FreeDOSDeep Dive February 19, 2026 3 min read

Writing Batch Files on FreeDOS

A practical tour of FreeDOS batch scripting: variables, control flow, argument handling, and the quirks that differ from a modern shell.

#batch-files#scripting#freedos
Read more