forked from ezrosent/frawk
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Libing Chen edited this page Jun 2, 2024
·
4 revisions
zawk = AWK + Rust + stdlib.
zawk is based on frawk with stdlib support and some enhancements.
zawk features:
- CSV/TSV support by frawk
- High performance
- gawk compatible
- A standard library: text, math, datetime, crypto, parser, encode/decode, ID, KV, SQLite/MySQL, Redis/NATS etc.
- i18n support:
length("你好Hello") # 7
,substr("你好Hello", 1, 2) # 你好
- Load awk script from URL
References
- zawk stdlib: https://github.com/linux-china/zawk/blob/master/info/stdlib.md
- zawk Cheat Sheet: https://cheatography.com/linux-china/cheat-sheets/zawk/