IPSO csh interactive while loop example

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
ip390[admin]# while ( 1 ) ; ps -auxwww | grep xpand ; sleep 1 ;
while? end
# while ( $i < 100 ) ; ping -c 1 -W 1 192.168.1.$i | grep time ; @ i++ ; 
while? end