How to run a package in tcl
Answers were Sorted based on User's Feedback
What does Tcl stand for?
Test case on windows calculator?
write a regular expressions to fetch all the valid ip's
how to remote log in to a system A to system B ,execute commands in it and collect the log in system A from B using TCL script??
1 Answers Global Edge, Sandvine,
WHAT IS TCL?
Where can find the sample tcl programs?
How TCL works
How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
Set ip address as 10.30.20.1 write a script to replace the 30 with 40 ?
How to run a package in tcl
How to get the next ip for given ip ex: 10.10.10.1 -> 10.10.10.2 ex: 10.10.10.255 -> 10.10.11.0
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4