delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE |
X-Spam-Check-By: | sourceware.org |
X-Received: | by 10.152.144.130 with SMTP id sm2mr20620697lab.49.1360012183063; Mon, 04 Feb 2013 13:09:43 -0800 (PST) |
MIME-Version: | 1.0 |
In-Reply-To: | <0D835E9B9CD07F40A48423F80D3B5A7005DDAD@USA7109MB022.na.xerox.net> |
References: | <CAAoqyza3HaVrXFt+mAJWzjH=hjmz-0H0HtCCwK_1_qk4HoT=sw AT mail DOT gmail DOT com> <0D835E9B9CD07F40A48423F80D3B5A7005DDAD AT USA7109MB022 DOT na DOT xerox DOT net> |
From: | Vladimir Morales <vlad DOT morales AT gmail DOT com> |
Date: | Mon, 4 Feb 2013 16:09:02 -0500 |
Message-ID: | <CAAoqyzZLMGuFLLDMOwVcrYrnDjP680a+-skPLf8iCeNHaUbg5g@mail.gmail.com> |
Subject: | Re: Problem with Cygwin 1.7.17 + Bash and Grep... |
To: | cygwin <cygwin AT cygwin DOT com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
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 |
So silly. Used pspad to reformat as UNIX(LF) and works as expected now. Thanks Ken. On Mon, Feb 4, 2013 at 4:06 PM, Nellis, Kenneth <Kenneth DOT Nellis AT xerox DOT com> wrote: > -----Original Message----- > From: Vladimir Morales > > Tried google and found similar, but not the exact issue I'm seeing. > I'm running Windows 7 and trying to run a simple bash one-liner using > grep: > > [vmorales AT D630-Vmorales ~]# uname -a > CYGWIN_NT-6.1-WOW64 D630-Vmorales 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin > > > I'm essentially trying to take the contents of one file, and use it as > input for a grep command against another file, but I do not get any > results, even though I know the 2nd file contains a match. In the > one-liner below, I include an "echo" to confirm the output is in the > variable that should be used with the grep command. > > [vmorales AT D630-Vmorales ~]# for i in `cat file-a.txt`; do echo $i; > grep $i file-b.txt; done > alpha > beta > charlie > delta > echo > > [vmorales AT D630-Vmorales ~]# grep charlie file-b.txt > charlie,13 > > > This is pretty straight-forward and can't think of what I may be > missing here. Any suggestions would be appreciated. > > Vlad > -----End Original Message----- > > Maybe file-a.txt contains CRLF line endings? > --Ken Nellis > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |