- This topic has 7 replies, 4 voices, and was last updated 16 years, 11 months ago by .
-
Topic
-
I am re-writing a cron scrip from ksh to tcl. I’m having trouble getting my mind wrapped around how to set up the Cloverleaf environment in the tcl script. In the arguments I pass the path and site name like this:
./db_check.tcl /hci/quovadx/qdx5.2/integrator dev3
In the script I want to call hcidbdump like this:
catch { exec hcidbdump -e | grep ‘:’ | wc -l } lines
So, how to I get the script to exec the hci command on the correct site (dev3)?
-- Max Drown (Infor)
Viewing 6 reply threads
Viewing 6 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.