RE: Possible bug in pgrep (procps)

2006-07-17 Thread Matthew Woehlke
(http://cygwin.com/acronyms/#PPIOSPE) mwoehlke skrev: > Bengt-Arne Fjellner wrote: >> pgrep from procps-3.2.6-1 when asking for an exact match with >> arguments seems to demand an extra space after the argument. >> See the following sequence. >> >> No space after the f on the commandline $ emacs

Re: Possible bug in pgrep (procps)

2006-07-17 Thread mwoehlke
Bengt-Arne Fjellner wrote: pgrep from procps-3.2.6-1 when asking for an exact match with arguments seems to demand an extra space after the argument. See the following sequence. No space after the f on the commandline $ emacs f& [1] 2072 without extra space $ pgrep -x -f "emacs f" with extra

Re: Possible bug in pgrep (procps)

2006-07-17 Thread Samuel Thibault
Bengt-Arne Fjellner, le Tue 18 Jul 2006 00:00:46 +0200, a écrit : > pgrep from procps-3.2.6-1 when asking for an exact match with arguments seems > to > demand an extra space after the argument. > See the following sequence. > > No space after the f on the commandline > $ emacs f& > [1] 2072 > >