Answers

Question and Answer:

  Home  Awk Programming

⟩ Which command on the command line provides the same output as this executable awk script? #! /usr/bin/awk -f BEGIN { print "google" } a) awk 'BEGIN {print "google"}' b) awk 'print "google"' c) awk 'print {google}' d) none of the mentioned

a) awk 'BEGIN {print "google"}'

 144 views

More Questions for you: