Examveda

What is the output of the program?
#! /usr/bin/awk -f
#This filename is text.awk
BEGIN {
    print FILENAME
}

A. test.awk

B. program will print nothing

C. syntax error

D. fatal error

Answer: Option B


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux