What does Tcl stand for?
Answers were Sorted based on User's Feedback
What does Tcl stand for?
Write a program to increment IP address to +10 and verify it is correct ip or not ?? example my ip is 172.122.132.143 increment this ip to +10 and verify it is valid ip or not
Problems with utf-8 between Mac and PC
how to increment eacl element in a list ? eg: incrlist {1 2 3} =>2 3 4
Test case on windows calculator?
Write a proc to increment the ip by the given no. of times. The incremented IPs should be a valid one. Ex: proc <name> {ip no_of_incrments} { body }
write a regular expressions to fetch all the valid ip's
How increment a character? For example, I give 'a' and I should get 'b'.
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,
if i give in numbers output should be in characters example : set a 23 o/p twentythree
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
Where can find the sample tcl programs?