Jun 25, 2025 · 1 min read · Dry run with pacman package manager Source : https://wiki.archlinux.org/title/Pacmanpacman : Package manager for Arch Linux -p flag can be used with pacman to dry run commands — that is, see what your command is going to do before it actually does an...
Join discussion
Feb 9, 2025 · 4 min read · In a recent blog post, I made a passing comment about using Git's "dry run" option when cleaning up untracked files. That suggestion wasn't random - it stems from some hard lessons learned over the years. The kind of lessons that make you develop a h...
Join discussion
Jul 6, 2024 · 6 min read · tl;dr: Dry runs and trace tables are manual debugging techniques that help programmers verify the logical flow of their code by tracking variable values step-by-step. Dry runs are informal and can be used at any development stage to find logic errors...
Cmaggie commented
Jun 15, 2024 · 2 min read · AWS CLI –dryrun Flag The --dry-run flag in the AWS Command Line Interface (CLI) is a useful feature for testing commands without actually making any changes. It allows users to see the potential outcome of a command, ensuring that it will execute as ...
Join discussion