Worked like a champ! Congratulations to David and Hans. Both submitted winning entries!!! I declare David as the Winner as he submitted his winning advice at 10:52:28 and Hans submitted his at 14:10:56. George "David A. Sinck" wrote: > > \_ SMTP quoth Jason on 9/21/2001 16:34 as having spake thusly: > \_ > \_ George Toft wrote: > \_ > #!/bin/bash > \_ > > \_ > while [ 1 ]; do > \_ > # Make a copy > \_ > cp corewar corewar.$$ > \_ > > \_ > # Run it > \_ > ./corewar.$$ & > \_ > > \_ > # Start over > \_ > done > \_ type it blind, as fast as possible: > \_ renice -20 $$ > \_ rm corewar > \_ rm corewar*& > \_ renice 20 `ps ax | grep core | grep -v grep | cut -c 1-5`& kill -9 `ps > \_ ax | grep core | grep -v grep | cut -c 1-5`& > \_ rm corewar*& > \_ renice 20 `ps ax | grep core | grep -v grep | cut -c 1-5`& kill -9 `ps > \_ ax | grep core | grep -v grep | cut -c 1-5`& > > bah. > > chmod a-w . > > Then start killing processes. > > David > > ________________________________________________ > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. > > PLUG-discuss mailing list - PLUG-discuss@lists.PLUG.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss