fork download
  1. for { set i 2000} { $i <= 2010 } { incr i } {
  2. set j $i%254
  3. set k $i/254
  4.  
  5. puts "interface vlan $i" "ip address 110.1.$k.$j 255.255.0.0" "exit"
  6. }
Runtime error #stdin #stdout 0.03s 5272KB
stdin
Standard input is empty
stdout
Standard output is empty