aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Linux and Shell Programming
  • Which of the following is not a pre-defined AWK variable?
Multiple choice

Which of the following is not a pre-defined AWK variable?

  1. FILENAME

  2. OFS

  3. EXIT

  4. NF

  5. NR

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

Exit is not a valid AWK variable.

Keep practicing — related questions

  • Which of the following is/are in built function of AWK in unix?
  • Which of the following is the awk built in functions?
  • which among the following is not a type of awk
  • What is the meaning of $NF in awk?
  • Which command is used to get the entire line using awk?
  • Which among the following is not a shell type
  • What is Output - awk 'BEGIN { if (length($0) > max) max= length($0) } | END { print max }' test.txt
  • What are the ways to get the filename from the absolute path in a variable Mypath=/my/path/file
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy