From c72c60a16cf0a198ff444f5135e0f38d10f07206 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 21 Jun 2022 09:55:35 -0700 Subject: [PATCH] installed nawk --- updates.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updates.txt b/updates.txt index f8ab1ec7..f6275164 100644 --- a/updates.txt +++ b/updates.txt @@ -14,8 +14,8 @@ add notation about using pick to parse through output, and pipe that using xargs example: ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick) -install snarf (great tool very much like wget, curl), and shellcheck (an error handling tool for bash scripts), and gawk (GNU awk): +install snarf (great tool very much like wget, curl), and shellcheck (an error handling tool for bash scripts), and gawk (GNU awk), and nawk (BSD awk): -doas pacman -S snarf shellcheck gawk +doas pacman -S snarf shellcheck gawk nawk put gawk.pdf from programming_books on kobo