From d24e522d28bb899870b93b72a8ed5687f83e01b5 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 2 Dec 2018 14:16:31 -0500 Subject: Escape the awk command --- mkshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkshrc') diff --git a/mkshrc b/mkshrc index 28bfd56..b3e6be2 100644 --- a/mkshrc +++ b/mkshrc @@ -138,7 +138,7 @@ setaliases() { alias search='egrep -rniI' alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'" alias setxkbmap-list="man xkeyboard-config" - alias showsshhosts="awk '/^host /{print $2}' ~/.ssh/config" + alias showsshhosts="awk '/^host /{print \$2}' ~/.ssh/config" } setcoloraliases() { -- cgit v1.2.3