Package Usage: go: github.com/nuvolaris/goawk
Package goawk is an implementation of AWK with CSV support
You can use the command-line "goawk" command or run AWK from your
Go programs using the "interp" package. The command-line program
has the same interface as regular awk:
The -F flag specifies the field separator (the default is to split
on whitespace). The -v flag allows you to set a variable to a
given value (multiple -v flags allowed). The -f flag allows you to
read AWK source from a file instead of the 'prog' command-line
argument. The rest of the arguments are input filenames (default
is to read from stdin).
A simple example (prints the sum of the numbers in the file's
second column):
To use GoAWK in your Go programs, see README.md or the "interp"
package docs.
35 versions
Latest release: over 2 years ago
1 dependent package
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/nuvolaris/goawk
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/nuvolaris%2Fgoawk
Dependent Repos 1
giusdp/task Fork of nuvolaris/task
A task runner / simpler Make alternative written in GoSize: 5.28 MB - Last synced: 3 months ago - Pushed: almost 2 years ago

giusdp/nuv Fork of nuvolaris/nuv
Nuvolaris Cli Next GenerationSize: 1.63 MB - Last synced: 3 months ago - Pushed: about 1 year ago

apache/openserverless-cli
Apache openserverlessSize: 25.9 MB - Last synced: 5 days ago - Pushed: about 1 month ago
