On 6/28/22 15:21, Bruno Haible wrote:
I think it's now time to remove 'egrep' from the list of
usual utilities.

Thanks, good suggestion. 'fgrep' too. Proposed patch attached.

Index: make-stds.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/make-stds.texi,v
retrieving revision 1.69
retrieving revision 1.69.2.1
diff -u -r1.69 -r1.69.2.1
--- make-stds.texi	1 Jun 2020 17:53:39 -0000	1.69
+++ make-stds.texi	28 Jun 2022 20:45:17 -0000	1.69.2.1
@@ -160,7 +160,7 @@
 @c mkfifo mknod tee uname
 
 @example
-awk cat cmp cp diff echo egrep expr false grep install-info ln ls
+awk cat cmp cp diff echo expr false grep install-info ln ls
 mkdir mv printf pwd rm rmdir sed sleep sort tar test touch tr true
 @end example
 
@@ -1135,7 +1135,7 @@
 
 @example
 [ basename bash cat chgrp chmod chown cmp cp dd diff echo
-egrep expand expr false fgrep find getopt grep gunzip gzip
+expand expr false find getopt grep gunzip gzip
 hostname install install-info kill ldconfig ln ls md5sum
 mkdir mkfifo mknod mv printenv pwd rm rmdir sed sort tee
 test touch true uname xargs yes

Reply via email to