https://github.com/kiritocode1/awk
https://github.com/kiritocode1/awk
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiritocode1/awk
- Owner: kiritocode1
- Created: 2024-11-09T07:07:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:19:24.000Z (over 1 year ago)
- Last Synced: 2025-12-11T13:57:45.026Z (8 months ago)
- Language: TypeScript
- Size: 31.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awk
to compile
```bash
deno i
deno compile --allow-read=. -o awk main.ts
```
to run
```bash
./awk --tuah
```
you get :
```
____ ____ ___ _____ ___ _ _ _____ _ _ _ _____ ____ _ _
/ ___|| _ \_ _|_ _| / _ \| \ | | |_ _| | | | / \|_ _| / ___|| |_ _ __(_)_ __ __ _
\___ \| |_) | | | | | | | | \| | | | | |_| | / _ \ | | \___ \| __| '__| | '_ \ / _` |
___) | __/| | | | | |_| | |\ | | | | _ |/ ___ \| | ___) | |_| | | | | | | (_| |
|____/|_| |___| |_| \___/|_| \_| |_| |_| |_/_/ \_\_| |____/ \__|_| |_|_| |_|\__, |
|___/
```