Re: kill process when file number reached...
- From: Eric Pozharski <whynot@xxxxxxxxxxxxxx>
- Date: Fri, 04 Jul 2008 21:15:23 +0300
John W. Krahn <someone@xxxxxxxxxxx> wrote:
Eric Pozharski wrote:*SKIP*
$c = (split m{\s+}, $x)[1];
split ' ' and split m{\s+} do different things so the list element ()[1]
may not return the expected result depending on whether there is leading
whitespace in $x.
I agree, but leading space in B<ps> output would be a big surprise.
--
Torvalds' goal for Linux is very simple: World Domination
.
- References:
- kill process when file number reached...
- From: onlineviewer
- Re: kill process when file number reached...
- From: Eric Pozharski
- Re: kill process when file number reached...
- From: John W. Krahn
- kill process when file number reached...
- Prev by Date: Re: comp.lang.perl.misc pollution
- Next by Date: Re: Formatting ASCII to be read by Windows NotePad
- Previous by thread: Re: kill process when file number reached...
- Next by thread: FAQ 9.25 How do I fetch/put an FTP file?
- Index(es):
Relevant Pages
|