1. AWK will only print a line of the file if a specified pattern is matched.

a) True
b) False

b) False

AWK can print lines based on various conditions, not just on pattern matching. It can also print lines based on certain fields or columns, or based on a specific range of lines.