How to Swap 30 & 40 in IP address 192.30.40.1 using TCL script?
Answer Posted / ritu gupta
set ip 192.30.40.1 set updatedIp [ string map {30 40 40 30 } $ip ]
Post New Answer View All Answers
Hi all, Is there any certification exams available for TCL and Perl. If so please let me know, my mailid is vpbharathi@gmail.com. Thanks in advance, Bharathi.P
2704