X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: Subject: RE: grep and exact matches help.. Date: Tue, 3 Apr 2007 18:43:14 +0100 Message-ID: <019001c77617$8e0eabc0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 03 April 2007 18:33, Kevin Markle wrote: > Hello, > > I can't seem to find a way to get grep to do exact matches in cygwin. I > have looked at the man pages and can find nothing? :/ grep only does exact matches if you don't use any of the wildcard chars, perhaps 'exact matches' isn't quite what you mean. Are you perhaps looking for the '-o' option? Or do you mean you want to match an entire line, in which case put '^' at the start of your comparison-string and '$' at the end. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/