Introduction
Introduction Statistics Contact Development Disclaimer Help
tg: search in *.s files - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit c0ae8e760cd5eb3f8b1dc020df4aa91b3aac64dc
parent f5ae255cc3dbe7823cf2fdc3c2c94c363c5932a4
Author: Aram Hăvărneanu <[email protected]>
Date: Wed, 6 Aug 2014 15:36:38 +0300
g: search in *.s files
LGTM=rsc
R=rsc
CC=plan9port-dev
https://codereview.appspot.com/115100043
Diffstat:
M bin/g | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/g b/bin/g
t@@ -30,7 +30,7 @@ case $# in
;;
1)
pattern="$1"
- files=`/bin/ls *.[bcChlmy] *.asm *.cc *.cs *.lx *.cgi *.pl *.py *.tex …
+ files=`/bin/ls *.[bcChlmsy] *.asm *.cc *.cs *.lx *.cgi *.pl *.py *.tex…
9 grep -v '\.tab?\.[ch]$'`
;;
*)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.