Correct Answer : system
Explanation : For running a UNIX command within awk, we’ve to use system function. For example,
BEGIN { system(“date”) // prints the system date