Running multiple instances of one tcl script
问题 Currently I am reading in host names from a file using a foreach command and using this hostname to connect to the device. All this is done within my TCL script. Is there a way I can run multiple instances of the script so that each device is queried separately? Something like a bash script similar to: for hostname in file; do log.tcl $hostname & done I believe this is similar to multi threading. Another question I have is that, when running multiple instances of a script, and each script