summaryrefslogtreecommitdiffstats
path: root/source/a/grep/scripts/egrep
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/grep/scripts/egrep')
-rw-r--r--source/a/grep/scripts/egrep4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/a/grep/scripts/egrep b/source/a/grep/scripts/egrep
new file mode 100644
index 000000000..513835a72
--- /dev/null
+++ b/source/a/grep/scripts/egrep
@@ -0,0 +1,4 @@
+#!/bin/sh
+#cmd=${0##*/}
+#echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2
+exec grep -E "$@"