Re: Re: Running TCL proc from inside a UNIX script

Clovertech Forums Read Only Archives Cloverleaf Operating Systems Running TCL proc from inside a UNIX script Re: Re: Running TCL proc from inside a UNIX script

#58076
Steve Carter
Participant

    Late reply, but I’m just browsing through…

    If you’re running the script via hci’s cron, and you just need to setup the enviroment for tcl, this will work:

    * * * * * (setroot ; scriptName.sh) >/dev/null 2>&1

    Russell W Bucholz wrote:

    Hi All and Happy Holidays

    I hope this is where this query should be posted.

    Here is the issue – –

    I have a UNIX script that does several things to a file. As part of the script I execute a TCL proc that reads the file and creates header and trailer files with record counts.