Multiple choice technology programming languages

awk command?

  1. to change ownership of a file or directory

  2. used to schedule jobs

  3. stream line editor

  4. scripting language builtin on all unix systems

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

awk is a scripting language and text processing utility built into all Unix systems. It's particularly powerful for pattern scanning, text extraction, and report generation. awk programs process data line by line, making it ideal for log analysis and data transformation tasks.