IPSO csh interactive while loop example

From cpwiki.net
Revision as of 18:59, 9 December 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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