📜  awk 在 linux 中的含义 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:34.501000             🧑  作者: Mango

代码示例1
AWK (awk) is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool. Like sed and grep, it is a filter, and is a standard feature of most Unix-like operating systems.