An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/ktye/awk

Package goawk is an implementation of AWK written in Go. 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" docs.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/ktye/awk
License: MIT
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/ktye
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago

    Loading...
    Readme
    Loading...