From 650ca73d8744d949ae8303073e2ff27ad5d8bee8 Mon Sep 17 00:00:00 2001 From: santosomar Date: Sat, 30 Mar 2019 21:10:22 -0400 Subject: [PATCH] Create awk_cheatsheet.md --- cheat_sheets/awk_cheatsheet.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cheat_sheets/awk_cheatsheet.md diff --git a/cheat_sheets/awk_cheatsheet.md b/cheat_sheets/awk_cheatsheet.md new file mode 100644 index 0000000..681f98f --- /dev/null +++ b/cheat_sheets/awk_cheatsheet.md @@ -0,0 +1,5 @@ +# awk cheatsheets +The following are a collection of cheatsheets of the awk Linux Command: +- https://www.shortcutfoo.com/app/dojos/awk/cheatsheet +- https://catonmat.net/ftp/awk.cheat.sheet.pdf +- https://shinnok.com/cheatsheets/programming-scripting/awk/awk_cheatsheet.pdf