remove matching on \.
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
b34e6c46f9
commit
6687a642a4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ fi
|
||||||
cd $CALDIR
|
cd $CALDIR
|
||||||
for file in *; do
|
for file in *; do
|
||||||
for date in $@ TO.DO; do
|
for date in $@ TO.DO; do
|
||||||
|
#egrep --with-filename -A 2 -e "^${date}[:\.]" "$file"
|
||||||
egrep --with-filename -A 2 -e "^${date}:" "$file"
|
egrep --with-filename -A 2 -e "^${date}:" "$file"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue