| 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://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
| Date: | Wed, 27 Jul 2005 19:36:27 -0400 |
| From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: which command returns incomplete paths that don't work with all commands |
| Message-ID: | <20050727233627.GC21845@trixie.casa.cgf.cx> |
| Reply-To: | cygwin AT cygwin DOT com |
| References: | <20050727221654 DOT 56072 DOT qmail AT web31415 DOT mail DOT mud DOT yahoo DOT com> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <20050727221654.56072.qmail@web31415.mail.mud.yahoo.com> |
| User-Agent: | Mutt/1.5.8i |
On Wed, Jul 27, 2005 at 03:16:54PM -0700, Don Beusee wrote: >I am new to Cygwin, but very experienced with Unix/Linux. > >I did this command, just to see how compatible cygwin is with Unix/Linux: >strings -a `which ps` | grep Header > >This works on Unix/Linux (it correctly returns nothing for this executable, >but it returns a lot of stuff with Oracle Applications executables). It >does not work with Cygwin because `which ps` returns /usr/bin/ps, which >can't be opened by the strings command: > >sh-3.00$ strings -a `which ps` >strings: /usr/bin/ps: No such file or directory >sh-3.00$ Try "which /usr/bin/ps.exe". That would work better. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |