Difference between revisions of "IPSO csh interactive while loop example"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with " ip390[admin]# '''while ( 1 ) ; ps -auxwww | grep xpand ; sleep 1 ;''' while? '''end''' category:sysadmin")
 

Revision as of 18:18, 19 July 2013

ip390[admin]# while ( 1 ) ; ps -auxwww | grep xpand ; sleep 1 ;
while? end