Re: PS and AWK Linux Commands on Cygwin

2016-08-04 Thread Scott Geiger
Thanks, this was helpful. When I use -W I get one process that contains the uppercase value that I entered through the grep command but not the lowercase processes. Is there a parameter to ignore case? On Thursday, August 4, 2016 9:27 AM, Mark Hansen wrote: On 8/4/2016 6:12 AM, Eliot Moss wr

PS and AWK Linux Commands on Cygwin

2016-08-04 Thread Scott Geiger
Hello, We just started using Cygwin to assist us with running various scripts and commands in an Oracle E-Business Suite environment on a Windows 2008 R2 server. We have a script that we run that does the following: ps -ef | grep mwa | grep -v grep | awk '{print $2}' | xargs kill -9 On Cygwin