Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 20:17:26 +0200
From:      =?us-ascii?Q?Philipp_Gaschutz?= <pg@philipp.de.com>
To:        "Mikhail Teterin" <mi@aldan.algebra.com>, <questions@freebsd.org>
Subject:   AW: grep and \t (\r, etc.)
Message-ID:  <BOELLCONIBKCLEHPNCDDKEGACNAA.pg@philipp.de.com>
In-Reply-To: <200107191814.f6JIEwO34105@aldan.algebra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> 	find . -type -name '*.htm*' | xargs grep -E '\r$'
> 
> just keeps listing all lines which end with ``r''... Any clues?

Have you tried to replace ' with " ?
or ... \\r ?

-p


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BOELLCONIBKCLEHPNCDDKEGACNAA.pg>