Add full-text search command to rfc.sh
This commit is contained in:
parent
5da7f0cd6e
commit
2613efca43
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue