Skip to content
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

Clone this wiki locally