add Bfn script
This commit is contained in:
parent
a1e96ae4b5
commit
1f441308e9
1 changed files with 16 additions and 0 deletions
16
bin/Bfn
Executable file
16
bin/Bfn
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/rc
|
||||||
|
if(! ~ $#* 1){
|
||||||
|
echo usage: $0 fn >[2=1]
|
||||||
|
exit usage
|
||||||
|
}
|
||||||
|
res=`{grep -n '^'$1'\(' *.c | sed -n 's/^([^:]*:[^:]*).*$/\1/gp' }
|
||||||
|
ifs='
|
||||||
|
'
|
||||||
|
for(i in $res)
|
||||||
|
echo $i
|
||||||
|
switch($#res){
|
||||||
|
case 0
|
||||||
|
echo $1: not found >[2=1]
|
||||||
|
case 1
|
||||||
|
plumb $res
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue