Hi all,

do you want to see, step-by-step, what commands a script runs? Then call the scipt from a konsole with
Code:
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