installed nawk
This commit is contained in:
parent
15dfe73868
commit
c72c60a16c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue