Mention at -e on the man page that it can be used multiple times:
$ seq 3|grep -e 1 -e 2
1
2


Reply via email to