PDA

View Full Version : See what a script does, step-by-step at runtime



probono
04-25-2004, 05:10 PM
Hi all,

do you want to see, step-by-step, what commands a script runs? Then call the scipt from a konsole with

bash -x /path/and/name/of/the/script.sh

Konsole then shows all commands as they are executed. So you can easily see what actually gets executed when.

probono