Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'OT - A possible solution for odd Terminal behaviors' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
OT - A possible solution for odd Terminal behaviors
Authored by: kholburn on Nov 03, '04 05:17:22PM

If you want to check a bash script (which is what this is) you can always run it like this:

bash -x script

or even this

bash -vx script

This will show what bash does for each line



[ Reply to This | # ]