This commit is contained in:
rsc 2005-07-27 20:19:11 +00:00
parent 3fc9d88484
commit 5f4529e351

2
bin/g
View file

@ -31,7 +31,7 @@ case $# in
1)
pattern="$1"
files=`/bin/ls *.[bcChlmy] *.cc *.lx *.py *.tex *.ms *.java *.xy 2>/dev/null |
9 grep -v '\.tabx?\.[ch]$|^[xyz]\.'`
9 grep -v '\.tabx?\.[ch]$'`
;;
*)
pattern="$1"