Skip to content

Commit

Permalink
misc: llms.md for AI
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Nov 17, 2024
1 parent 2c34483 commit 6a75fdd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions llms.md
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

0 comments on commit 6a75fdd

Please sign in to comment.