debug a linux script
when running a script in linux be sure to run it like this: # sh -x Notice the sh -x. This is what allows you to see what’s going on in the job
when running a script in linux be sure to run it like this: # sh -x Notice the sh -x. This is what allows you to see what’s going on in the job