fix: egrep is non-standard and deprecated

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.

- https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html
This commit is contained in:
Jesús 2020-05-26 18:55:34 -05:00
parent f18b66ad9c
commit 228135d19a
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -61,7 +61,7 @@ caso contrario su ordenador no es capaz de virtualizar.
### Revisar el grupo kvm ### Revisar el grupo kvm
# cat /etc/libvirt/qemu.conf | egrep 'group="kvm"|group="78"' # grep -E 'group="kvm"|group="78"' /etc/libvirt/qemu.conf
Comprobar si existe `group="kvm"` o `group="78"` Comprobar si existe `group="kvm"` o `group="78"`