From 5cfcf558ff4b0edd1b0d6b67cc4884b8365ac910 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Sat, 28 Apr 2018 20:56:51 -0700 Subject: [PATCH] updated readme equivalence example --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index cfa49dd..d2dd9a9 100644 --- a/README +++ b/README @@ -1,2 +1,2 @@ this program does the same thing as this: -xrandr --props | awk '$2 ~ /^connected/ {printf $1 ":";getline;getline;while($2 == ""){printf $1;getline;};printf "\n";}' +xrandr --props | awk '$2 ~ /connected/ {printf $1 ":";getline;getline;while($2 == ""){printf $1;getline;};printf "\n";}'