Tag: Awk
-
Using Awk to Convert CSV Crypto Transactions into Ledger-cli entries
Awk isn’t only a sysadmin tool. Here’s an example of converting a CSV file of cryptocurrency transactions into a format that Ledger-cli can understand.
-
Intro to Using Awk
Awk is a powerful tool for working with text on the command line. Find out what awk is, as well as examples for making sense of an Nginx access log.