Re: csh script help

2017-04-14 Thread Chuck Swiger
Hi-- On Apr 14, 2017, at 11:32 AM, Ernie Luzar wrote: > Chuck Swiger wrote: >> On Apr 14, 2017, at 6:47 AM, Ernie Luzar wrote: >>> To aid in debugging the script I'm writing, I place "echo" commands >>> throughout so I can kind of have a trace of the logic as different >>> conditions are proce

Re: csh script help

2017-04-14 Thread Ernie Luzar
Chuck Swiger wrote: On Apr 14, 2017, at 6:47 AM, Ernie Luzar wrote: To aid in debugging the script I'm writing, I place "echo" commands throughout so I can kind of have a trace of the logic as different conditions are processed. Normally I just delete these "echo" commands after I get the scr

Re: csh script help

2017-04-14 Thread Chuck Swiger
On Apr 14, 2017, at 6:47 AM, Ernie Luzar wrote: > To aid in debugging the script I'm writing, I place "echo" commands > throughout so I can kind of have a trace of the logic as different conditions > are processed. Normally I just delete these "echo" commands after I get the > script working.

Re: csh script help

2017-04-14 Thread Stefan Esser
Am 14.04.17 um 15:47 schrieb Ernie Luzar: > To aid in debugging the script I'm writing, I place "echo" commands > throughout so I can kind of have a trace of the logic as different > conditions are processed. Normally I just delete these "echo" commands > after I get the script working. > > But th