Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 579 Bytes

GNU_awk.md

File metadata and controls

22 lines (18 loc) · 579 Bytes
date tags external
2025-01-12T19:27+03:00
blog

GNU Awk

awk, a program that you can use to select particular records in a file and perform operations upon them.
— The GNU Awk User’s Guide

Using awk you can:

  • Manage small, personal databases
  • Generate reports
  • Validate data
  • Produce indexes and perform other document-preparation tasks
  • Experiment with algorithms that you can adapt later to other computer languages