remove matching on \.

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-07-24 09:29:02 +02:00
parent b34e6c46f9
commit 6687a642a4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ fi
cd $CALDIR
for file in *; do
for date in $@ TO.DO; do
#egrep --with-filename -A 2 -e "^${date}[:\.]" "$file"
egrep --with-filename -A 2 -e "^${date}:" "$file"
done
done