parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pid_parentpid_cmd for MSWin32 missing


From: Ole Tange
Subject: Re: pid_parentpid_cmd for MSWin32 missing
Date: Wed, 1 Jul 2015 02:34:30 +0200

On Mon, Apr 13, 2015 at 1:23 PM, Tzafrir Poupko <tzafrir@ceemple.com> wrote:
> Under windows command line:
> ps -ef | perl -ane '1..1 and /^(.*)CO?MM?A?N?D/ and $s=length $1;s/^.{$s}//;
> print "@F[1,2] $_"'
> Can't find string terminator "'" anywhere before EOF at -e line 1.
>
> ps -ef | perl -ane "1..1 and /^(.*)CO?MM?A?N?D/ and $s=length $1;s/^.{$s}//;
> print qq{@F[1,2] $_}"
> PID PPID COMMAND
> 5324 1 /msys/bin/bash
> 6308 1 /msys/bin/ps

That is crazy!

I have now implemented that in git version. Please test.


/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]