A shell --dry-run trick
JensRantil Sunday, February 01, 2026
Summary
The article presents a simple trick to perform a dry run of shell commands without actually executing them, allowing users to preview the effects of their commands before running them for real. This technique involves using the `echo` command to print the commands instead of executing them directly.
1
0
Summary
jensrantil.github.io