Write an awk command file to do the following :
For each line of input, check that the number of brackets"("and")" in the line is balanced. print something out for each line as it's processed. At the end of input, print out the number of lines that had brackets in them, and...