Answers for "1. Default behavior of Awk: By default Awk prints every line of data from the specified file."

0

1. Default behavior of Awk: By default Awk prints every line of data from the specified file.

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

Browse Popular Code Answers by Language