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)