top of page
networktestinggenius.tk
Your networking tutor
Exclusive networking testing notes
Learn Networking & Testing topics

Set ip address as 10.30.20.1 write a script to replace the 30 with 40
set var “10.30.20.1″
regsub 30 $var 40 result
puts $result
bottom of page