diff options
author | rsc <devnull@localhost> | 2005-03-18 18:59:27 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 18:59:27 +0000 |
commit | 3ff8f72ec222c73f3733337d477bedb1481b350a (patch) | |
tree | fc48982153dda6528065945542a767d1085c340f /bin | |
parent | 56a48c69aacd0a0deef24f7608c10cf3dbaab0a0 (diff) | |
download | plan9port-3ff8f72ec222c73f3733337d477bedb1481b350a.tar.gz plan9port-3ff8f72ec222c73f3733337d477bedb1481b350a.tar.bz2 plan9port-3ff8f72ec222c73f3733337d477bedb1481b350a.zip |
search .lx, .xy, avoid .tab.[ch].
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ case $# in ;; 1) pattern="$1" - files=`/bin/ls *.[bcChm] *.cc *.py *.tex *.ms *.java 2>/dev/null` + files=`/bin/ls *.[bcChlmy] *.cc *.lx *.py *.tex *.ms *.java *.xy 2>/dev/null | + 9 grep -v '\.tabx?\.[ch]$'` ;; *) pattern="$1" |