awk Marking keywords
Marking keywords In the following example, we mark Java keywords in a source file. The program adds and tags around each of the keywords that it recognizes. This is a basic example; it works on keywords that are separate words. It does not address the more complicated structures. We load…