A simple clone of awk, written in C with lex&yacc
- gcc
- lex and yacc (lex and bizon are supported)
- Download
- Make
- Enjoy
- Pre-built variables $0..$9, NR, RS, FS, ORS, OFS
- if, if-else, while
- Maths
- print(), println()
- String split, regexp
- -v - Verbose
- -e <script> - run <script>
- -f - run script in file
No idea what to add =(