Remaking the Linux "touch" command in PowerShell
A guide to creating a PowerShell function that mimics the Linux 'touch' command for creating and updating files.
A guide to creating a PowerShell function that mimics the Linux 'touch' command for creating and updating files.
Explains how to pipe or redirect the output of a bash case statement to another program, reducing code duplication in shell scripts.
How to trigger Raycast's confetti animation from the command line using a custom shell script and the raycast:// protocol.
Learn how to redirect the output of multiple commands or entire shell scripts to a file in Linux using command groups and exec.
An article defending Bash as a crucial, often misunderstood tool for backend and DevOps engineers, explaining its best use cases and limitations.
A guide to displaying progress indicators in Windows Terminal tabs and taskbar icons using PowerShell and .NET OSC sequences.
A developer critiques a ZFS snapshot sync script generated by Grok AI, highlighting its flaws and potential dangers.
A guide to building a real-time CPU monitor for macOS using xbar, with a focus on identifying problematic VS Code extensions.
A ZSH script to manage terminal titles when running multiple Claude Code instances, preventing confusion and accidental commands.
A guide to replacing Fastlane automation with custom Shell scripts for building and testing Swift packages, aiming for faster builds.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A technical analysis of the rc shell's superior handling of whitespace in filenames compared to traditional POSIX shells like bash.
Introducing rc, a new Unix shell inspired by Plan 9 rc, designed to fix quoting issues and improve on POSIX shells with better list and string handling.
Archive of a cohort-based online course teaching developers and researchers how to use the command line for automation and data science tasks.
A guide to creating a custom keyboard shortcut for the Export Unmodified Original command in macOS Photos app using a Bash script.
A developer shares two custom Git commands, 'git ui' and 'git identity', to streamline workflow by integrating a GUI client and managing user profiles.
A tutorial on cleaning up merged Git branches using a simple Bash script, with customization and local ignore tips.
A technical analysis of how ransomware can be executed via a malicious Node.js module, written for educational awareness.
A guide to debugging Xcode scheme pre and post actions by logging script output to a file, with a detailed shell script walkthrough.