[TOOL_PROFILE]
awk
Pattern scanning and text processing language.
text lang: all
[USE_WHEN]ALLOW
- ✓ Transform line-oriented text streams
- ✓ Summarize columns or logs from shell pipelines
[AVOID_WHEN]BLOCK
- ✕ Structured data has a proper parser available
[GUARDRAILS]MANDATORY
- ⚠ Use structured parsers for JSON, YAML, XML, or CSV when practical.
[DETAILS]RAW_META
- Binary
- awk
- Effects
- read_files
- Documentation
- https://www.gnu.org/software/gawk/manual/
[SIMILAR_TOOLS]03