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:
parent
f18b66ad9c
commit
228135d19a
@ -61,7 +61,7 @@ caso contrario su ordenador no es capaz de virtualizar.
|
||||
|
||||
### 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"`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user