Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-18 00:21:47 +00:00
parent ba1f2097ae
commit 5414d495a4
8 changed files with 90 additions and 11 deletions

View File

@@ -6,6 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
# awk
> A versatile programming language for working on files.
> Note: Different implementations of AWK often make this a symlink of their binary.
> See also: `gawk`.
> More information: <https://github.com/onetrueawk/awk>.
- Print the fifth column (a.k.a. field) in a space-separated file: