Multiple choice

Which of the following text file processing commands is used in UNIX to perform basic text transformations on an input stream that may be a file or a pipeline?

  1. awk

  2. cpio

  3. sed

  4. man

  5. cat

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

This is a text file processing command used in UNIX to perform basic text transformations on an input stream that may be a file or pipeline.