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 |
X-Internal-ID: | 40C72F190002C9BF |
Message-ID: | <68A3AEA2175106489CA5119A9D275EAD0586C98D@mammail1.gwent.wales.nhs.uk> |
From: | Mark DOT Bevan AT gwent DOT wales DOT nhs DOT uk |
To: | cygwin AT cygwin DOT com |
Subject: | grep problems |
Date: | Mon, 14 Jun 2004 08:46:41 +0100 |
MIME-Version: | 1.0 |
All, I was having some trouble using grep to look for text in files. From some tests it looks like meta characters cause the problem to show itself : C:\temp>type test.txt text C:\temp>grep test test.txt text C:\temp>grep text *.txt test.txt:text C:\temp>grep text \temp\test.txt text C:\temp>grep text \temp\*.txt GREP: temp*.txt: No such file or directory C:\temp>grep text ..\temp\*.txt GREP: ..temp*.txt: No such file or directory C:\temp>grep text c:\temp\*.txt GREP: c:\temp\*.txt: No such file or directory C:\temp>grep text ../temp/*.txt ../temp/test.txt:hello C:\temp>grep text /temp/*.txt GREP: /temp/*.txt: No such file or directory C:\temp>grep text c:/temp/*.txt c:/temp/test.txt:text I have upgraded to latest release of Cygwin and this has not changed things. I have tried the above on a Windows 98 and Windows XP system as well - same results. Any ideas how I get around this problem ? Mark This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the Gwent Healthcare NHS Trust unless specifically stated. If you have received it in error, delete it from your system, do not use, copy or disclose the information in any way. Please notify the sender immediately of this error. Further communication will signify your consent to this. -- 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 |