mirror of https://github.com/CISOfy/lynis.git
Updated rationale related to egrep (link added)
This commit is contained in:
parent
0b2c396a28
commit
b361c57b8b
7
TODO.md
7
TODO.md
|
@ -9,4 +9,9 @@ Like to help? See CONTRIBUTING.md for more details.
|
|||
|
||||
Remove usage of `egrep` and `fgrep`. Replace with `grep` or `grep -E`.
|
||||
|
||||
Rationale: egrep/fgrep are deprecated. Although often linked on Linux distributions, here is an example where `egrep` is missing on an embedded Linux distribution: https://github.com/CISOfy/lynis/issues/1191
|
||||
### Rationale:
|
||||
The egrep/fgrep commands are deprecated. Although often linked on Linux distributions, here is an example where `egrep` is missing on an embedded Linux distribution: https://github.com/CISOfy/lynis/issues/1191
|
||||
|
||||
[The Open Group Base Specifications Issue 7, 2018 edition](https://pubs.opengroup.org/onlinepubs/9699919799/)
|
||||
|
||||
> This grep has been enhanced in an upwards-compatible way to provide the exact functionality of the historical egrep and fgrep commands as well. It was the clear intention of the standard developers to consolidate the three greps into a single command.
|
Loading…
Reference in New Issue