Set ip address as 10.30.20.1 write a script to replace the 30 with 40?

Submitted by: Administrator
here you can do this in multiple ways

1.regsub 30 $data 40 a
puts $a

this will give you the replaced string

2.string replace $data 3 4 40

this also will give you the replaced value
Submitted by: Administrator

Read Online TCL (Tool Command Language) Job Interview Questions And Answers