bug-gnu-emacs
[Top][All Lists]
Advanced

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

colon in filename fools M-x grep


From: Dan Jacobson
Subject: colon in filename fools M-x grep
Date: Wed, 24 Sep 2003 04:02:21 +0800
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

You may want to refine the M-x grep regexp to not be fooled by files
with the time string in their name, saying 'no more hits':

egrep -n -e ^Processing\|To\ do pppjobs.2003-09-23-12:49:09 /dev/null
pppjobs.2003-09-23-12:49:09:4:Processing        file:/home/jidanni/my
pppjobs.2003-09-23-12:49:09:104:To do: Retrieving the URI results

or it might not be worth the bother.




reply via email to

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