From 5c1a10b93a5aa2d017e4bf259e4c3bb4ab3fc137 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Tue, 16 Feb 2021 23:32:16 -0500 Subject: Add some basic util flags --- awk.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'awk.md') diff --git a/awk.md b/awk.md index 8e8499a..2c0e1fa 100644 --- a/awk.md +++ b/awk.md @@ -12,3 +12,5 @@ Program is ;-separated pattern-action statements. `$0` is whole line, `$1`, `$2`, ... are fields separated by `FS` (by default, whitespace). + +Set `FS` with `-F ` -- cgit v1.2.3