|
awk
☆
« Back to VersTracker
|
|||||||||||||||||||||||||||||||||||||||||||||
|
Description: Text processing scripting language |
|||||||||||||||||||||||||||||||||||||||||||||
| Type: Formula | Latest Version: 20250116@0 | Tracked Since: Dec 17, 2025 | |||||||||||||||||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | |||||||||||||||||||||||||||||||||||||||||||||
| Category: Developer tools | |||||||||||||||||||||||||||||||||||||||||||||
| Tags: text-processing scripting language unix data-manipulation | |||||||||||||||||||||||||||||||||||||||||||||
| Install: brew install awk | |||||||||||||||||||||||||||||||||||||||||||||
|
About: AWK is a domain-specific language designed for text processing and typically used as a data extraction or reporting tool. It operates by scanning input files line by line, splitting each line into fields, and performing user-specified actions on matching patterns. It is a standard feature on Unix and Linux systems, ideal for manipulating structured text data like CSVs and logs. |
|||||||||||||||||||||||||||||||||||||||||||||
Key Features:
|
|||||||||||||||||||||||||||||||||||||||||||||
Use Cases:
|
|||||||||||||||||||||||||||||||||||||||||||||
| Alternatives: | |||||||||||||||||||||||||||||||||||||||||||||
| Version History | |||||||||||||||||||||||||||||||||||||||||||||
|