Bash-Prog-Intro-HOWTO-13 - HOWTO - Tux24 Net - Linux Unix Network
Next Previous Contents

13. When something goes wrong (debugging)

13.1 Ways Calling BASH

A nice thing to do is to add on the first line

          #!/bin/bash -x
          

This will produce some intresting output information


Next Previous Contents