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