summaryrefslogtreecommitdiffstats
path: root/source/a/grep/scripts/egrep
blob: 513835a72079f3da5fe4506a9ebacf12c5010f56 (plain) (blame)
1
2
3
4
#!/bin/sh
#cmd=${0##*/}
#echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2
exec grep -E "$@"