Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> AW: Grep Help
Hi Ethan,
try single quotes instead of double quotes:
grep '\$Log: .*\$' f
-----Ursprüngliche Nachricht-----
Von: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]Im Auftrag von Ethan Post
Gesendet: Mittwoch, 12. April 2006 21:57
An: Oracle Discussion List
Betreff: Grep Help
> cat f
$Log: Blah
> grep "\$Log: .*\$" f
$Log: Blah
I am actually looking for a line which has Dollar Log Colon ...any characters...dollar...any characters...but this still returns the line, even thought it is missing the last dollar. I am sure this is a pretty obvious one, please help.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Apr 20 2006 - 09:31:34 CDT
![]() |
![]() |