TCL ping
⚠️ This post is archived. The content is likely outdated and is kept for historical context only.
I useful method to script the pinging of multiple IP addresses;
tclsh foreach address {10.1.1.1 10.2.2.2} {ping $address repeat 2} tclquit