From 228135d19a814985f568c5714da38eac3177fcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 26 May 2020 18:55:34 -0500 Subject: [PATCH] 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 --- ...-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md b/content/articles/instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md index d08ba6c..6dcb3e4 100644 --- a/content/articles/instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md +++ b/content/articles/instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md @@ -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"`