Description
Provides the original AWK implementation for pattern scanning and text processing. It is useful for scripts that transform logs, tables, reports, and line-oriented text files.
Use it when a script expects traditional awk behavior or when you want a small text-processing language in the terminal. It reads and writes text, so review commands before running them on important files.