Skip to content

Instantly share code, notes, and snippets.

View dsmcclain's full-sized avatar

Dylan McClain dsmcclain

View GitHub Profile
@dsmcclain
dsmcclain / useful_awks.md
Last active June 11, 2024 04:38
Useful Awk Snippets for finding, counting, and manipulating data

Useful Awks

CSV awks (where the file separator is set to "," using -F,)

Just a collection of awks that I have found useful for manipulating CSV files.

Finding and counting things

awk to just print specific column: