bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep regex across line boundaries


From: Andreas Schwab
Subject: Re: grep regex across line boundaries
Date: Fri, 15 Aug 2008 11:22:33 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux)

Cafebabe <address@hidden> writes:

> i tried adding the directive (?s) but then grep finds nothing
>
> grep -R -E '(?s)select.*from.*;' .

If you want Perl regexps you must use -P.

> so my main question then is, how do you make grep regexp span across lines?

Use grep -z.

  -z, --null-data           a data line ends in 0 byte, not newline

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]