Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pforret/awk-boilerplate
A template script for larger AWK/GAWK projects
https://github.com/pforret/awk-boilerplate
awk awk-command awk-script boilerplate gawk script
Last synced: 23 days ago
JSON representation
A template script for larger AWK/GAWK projects
- Host: GitHub
- URL: https://github.com/pforret/awk-boilerplate
- Owner: pforret
- License: mit
- Created: 2020-06-03T08:59:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T08:40:21.000Z (over 4 years ago)
- Last Synced: 2024-11-14T06:36:30.484Z (3 months ago)
- Topics: awk, awk-command, awk-script, boilerplate, gawk, script
- Language: Awk
- Homepage: https://pforret.github.io/awk-boilerplate/
- Size: 12.7 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awk-boilerplate
![AWK CI](https://github.com/pforret/awk-boilerplate/workflows/AWK%20CI/badge.svg)A starting point for larger AWK scripts
Features:
* define required/optional parameters
* show usage when input is emptyscript.awk v1.0.0 - by [email protected]
Purpose: Read data file 1 and filter it into data file 2
Usage : script.awk -v =
Options:
-v input= (default: )
-v output= (default: )
-v steps= (default: 10)
-v verbose= (default: 0)
-v silent= (default: 0)* functions for output: `out()` / `debug()` / `progress()`