in reply to Re: Re: PleaSe WAIT for the process to end.
in thread PleaSe WAIT for the process to end.
if (/--*sl*e*e*p*=(\d+)/i) { $sleeptime = $1; next } if (/--*ex*i*t*/i) { $endfirst = 1; next } if (/--*ve*r*b*o*s*e*/i) { $verbose = 1; next } if (/--*he*l*p*/i) {
This is some really cool typo checking!
--sleeeeeeeeeee
--sleeeee
--slp
--sp
Useful for intoxicated Unix users everywhere!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: PleaSe WAIT for the process to end.
by dominix (Deacon) on Jan 05, 2004 at 19:40 UTC | |
by Aristotle (Chancellor) on Jan 07, 2004 at 16:29 UTC | |
by dominix (Deacon) on Jan 07, 2004 at 19:47 UTC |