mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
g: search .S files
Useful for searching unix-y assembly files
This commit is contained in:
parent
567b1b912a
commit
4745cae5bc
1 changed files with 1 additions and 1 deletions
2
rc/bin/g
2
rc/bin/g
|
@ -21,7 +21,7 @@ if(~ $#* 0) {
|
|||
pattern=$1
|
||||
shift
|
||||
|
||||
suffixes='\.([bcChlmsy]|asm|awk|cc|cgi|cpp|cs|go|goc|ha|hs|java|lua|lx|mk|ml|mli|ms|myr|pl|py|rc|sh|tex|xy|txt)$'
|
||||
suffixes='\.([bcChlmsSy]|asm|awk|cc|cgi|cpp|cs|go|goc|ha|hs|java|lua|lx|mk|ml|mli|ms|myr|pl|py|rc|sh|tex|xy|txt)$'
|
||||
fullnames='(^|/)mkfile$'
|
||||
repodirs='(^|/)(.git|.hg)($|/)'
|
||||
switch($#*){
|
||||
|
|
Loading…
Reference in a new issue