| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Brian Warn" <bwarn-nm AT seattletimes DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | ps within DOS |
| Date: | Fri, 29 Mar 2002 14:54:01 -0800 |
| Message-ID: | <D4AE310621B50E4393EFE060F52D414C0F655B@EXCHANGE2.seatimes.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-MIMEOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
| Importance: | Normal |
As part of a (win32) perl program I'm running, I'm trying to run a system ps command and return to the DOS shell (or whatever the shell is known as in Win2K). From the command line, I can do the following, but I stay in the bash shell: C:> c:\cygwin\cygwin.bat | ps | exit [ ps info here ] my_machine $ The bottom line is that I want to read process info into an array as follows: @my_array=`cygwin.bat | ps | grep "desired string"`; Any help is appreciated! Thanks, Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |