Sweden-Number/if1632/findfunc

11 lines
121 B
Bash
Executable File

#! /bin/sh
name="blah"
while [ "$name" != "" ]
do
echo -n 'Function: '
read name
grep -i $name *.spec
done