rawk-cli-0.1.0 is not a library.
rawk-cli
Command-line interface for the rawk AWK interpreter. This crate wires rawk-core into a rawk binary and handles argument parsing, script loading, and input file processing.
Installation
From crates.io
Install the rawk binary using cargo:
Then use the rawk command:
From source
Clone the repository and build from the workspace:
Usage
Provide a program and an input file:
Read the program from a file and pass the input file: