Examveda

Which of the following will be used to print lines containing 'manager' in emp.lst?

A. awk '/manager/ { print }' emp.lst

B. awk '/manager { print }' emp.lst

C. awk '/manager/ { print } emp.lst

D. awk 'manager { print }' emp.lst

Answer: Option A


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix