2025
03
Debug Mode in Bash
Debug Mode in Bash
Debug mode in Bash is a useful feature that allows you to trace the execution of a script, helping you identify errors, understand the flow, and troubleshoot issues.
Git Patch
Git Patch
Git patches are text files that contain code and Git commit metadata.
The dirname command in Bash
The dirname command in Bash
dirname is a UNIX-like OS program designed to convert an absolute or relative path to a file or directory into the name of the parent directory.
Shebang
Cron in Scripts