forked from ezrosent/frawk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c34483
commit 6a75fdd
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# zawk | ||
|
||
> zawk is an implementation of the AWK language written by Rust, and it includes a standard library for text, math, | ||
> datetime, crypto, parser, encode/decode, KV, SQLite/MySQL, Redis/NATS, etc. | ||
Things to remember to write awk script with zawk: | ||
|
||
- standard library: text, math, datetime, crypto, parser, encode/decode, ID, KV, SQLite/MySQL, Redis/NATS etc. | ||
- csv/tsv built-in support with `zawk -i csv/tsv ` | ||
|
||
## Docs | ||
|
||
- [zawk Overview](https://github.com/linux-china/zawk/blob/master/info/overview.md): zawk overview and how it differs from Awk | ||
- [FAQ](https://github.com/linux-china/zawk/blob/master/info/faq.md): FAQ about zawk | ||
|
||
## API | ||
|
||
- [zawk Standard Library](https://github.com/linux-china/zawk/blob/master/info/stdlib.md): zawk standard library | ||
- [zawk Builtin Functions and Commands](https://github.com/linux-china/zawk/blob/master/info/stdlib.md): zawk Builtin Functions and Commands | ||
|
||
## Examples | ||
|
||
- [AWK Examples](https://github.com/linux-china/zawk/blob/master/info/examples.md): Some examples of AWK scripts | ||
|
||
## Optional | ||
|
||
- [AWK cheat sheet](https://cheatsheets.zip/awk): awk cheat sheet |