How to Debug Bash Scripts
Bash is the default scripting language in most Linux systems. Its usage ranges from an interactive command interpreter to a scripting language for writing complex programs. Debugging facilities are a standard feature of compilers and interpreters, and bash is no different in this regard. In this article, I will explain various techniques and tips for debugging Bash scripts.
- | Permalink
- | 16 comments
- | Posted by Ayman Hourieh on August 24, 2009.



