Add full-text search command to rfc.sh

This commit is contained in:
Christian Thaeter 2012-08-31 04:55:40 +02:00
parent 5da7f0cd6e
commit 2613efca43

View file

@ -374,6 +374,9 @@ process)
done
:
;;
search)
grep -r -C3 -n "$1" ./doc/devel/rfc | less -F
;;
find|list|ls)
if [[ "$2" ]]; then
find_rfc "$1" | xargs grep -i -C3 -n "$2"