Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh## ${RHOME}/cmd/helpsubject=${1}shiftfor index in $*doif [ -f ${index} ];thenfile=`grep "^${subject} " ${index} | cut -f 2`if test -n "${file}"thenecho `dirname ${index}`/${file}exit 0fifidoneecho