Linux.com

Debug your shell scripts with bashdb

Posted by: Florian N on November 25, 2008 08:49 PM
You can simply check any bash script by using bash itself as a debugger and you can use this by using the "-n" string eg.:

bash -n fibonacci.sh


#

Return to Debug your shell scripts with bashdb