Skip to content

tag

#scripting

11 posts

Shell & TerminalFix 3 min read

Fixing CRLF Line Endings in Shell Scripts

Errors like bad interpreter and $' ': command not found mean carriage returns reached a Unix shell script — confirm bytes, convert, enforce Git policy.

#fix#crlf#git
Read more
FreeDOSDeep Dive 7 min read

Writing Batch Files on FreeDOS

A FreeCOM-specific guide to portable DOS batch files using arguments, SHIFT, IF, ERRORLEVEL, FOR, GOTO, CALL, redirection, and defensive expansion.

#batch-files#scripting#freedos
Read more