Examveda
Examveda

Which command on the command line provides the same output as this executable awk script?
#! /usr/bin/awk -f
BEGIN {
    print "example"
}

A. awk 'BEGIN {print "example"}'

B. awk 'print "example"'

C. awk 'print {example}'

D. none of the mentioned

Answer: Option A


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux