9 Commits

Author SHA1 Message Date
Dan Cross
564d45b5a5 config: add $egrep
Introduce a new variable set in $PLAN9/config:
$egrep, which is conditionally set to either
`egrep` or `grep -E`, based on platform, and use
this when we want to invoke `egrep`.

This works around the endless warnings from GNU
grep stating that `egrep` is deprecated in favor
of `grep -E`, when run on e.g. Linux.
2025-07-23 19:44:54 +00:00
rsc
98deccf380 use plan 9 rc 2005-07-19 11:04:21 +00:00
rsc
11f10a6cb9 ignore sftp(1) 2005-05-07 22:32:24 +00:00
rsc
9e50a7dae8 move functions to appease mawk 2005-03-21 17:28:14 +00:00
rsc
7383736cf8 add source links 2005-02-15 05:07:26 +00:00
rsc
83c4506aa5 update 2005-02-11 19:43:43 +00:00
rsc
c8b6342d3c Many small edits. 2005-01-13 04:49:19 +00:00
rsc
8bead10998 handle \*9 2005-01-11 17:59:46 +00:00
rsc
02f38ca68c man page checking 2005-01-04 22:33:11 +00:00