Answers for "2. Print the lines which match the given pattern."

0

2. Print the lines which match the given pattern.

$ awk '/manager/ {print}' employee.txt
Posted by: Guest on October-02-2021

Code answers related to "2. Print the lines which match the given pattern."

Browse Popular Code Answers by Language