Answers

Question and Answer:

  Home  Awk Programming

⟩ Which one of the following is not true? a) in typical awk program, all input is read either from standard input or specified files b) awk language divides its input into records and fields c) awk reads an input record and the record is automatically seperated by the interpreter into pieces called "fields" d) the number of fields need to be a constant

d) the number of fields need to be a constant

Explanation:

The number of fields does not need to be a constant.

 209 views

More Questions for you: