Skip to content
/ goawk Public

A command similar to "awk" made with golang.

Notifications You must be signed in to change notification settings

ritarock/goawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goawk

install

$ git clone https://github.com/ritarock/goawk.git
$ cd goawk/
$ go install

Usage

NAME:
   goawk - scanning word

USAGE:
   [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --command value, -c value  set command
   --file value, -f value     set file
   --field value, -F value    set file (default: " ")
   --help, -h                 show help (default: false)

Sample

goawk -c '{print $1}' -f test.txt -F '[ ]'

About

A command similar to "awk" made with golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published