Back (Current repo: scraps)

random scraps and notes that are useful to me
To clone this repository:
git clone https://git.viktor1993.net/scraps.git
Log | Download | Files | Refs

commit 38fc04bde742d872275273d16bce5861faae8e70
parent 1d03a8603ef8ea30bc2c529a6e08d6985746e6bd
Author: root <root>
Date:   Mon, 21 Apr 2025 00:23:23 +0200

fix typo

Diffstat:
Mawk/group_by_column.awk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/awk/group_by_column.awk b/awk/group_by_column.awk @@ -30,7 +30,7 @@ END { #bar,456,groupA #baz,789,groupB -OUT: +#OUT: #groupA,123@foo,456@bar #groupB,789@baz