AWK is a pattern-scanning and processing language that searches one or more files for records (usually lines) that match specified patterns. It processes lines by performing actions, such as writing ...
This means, if you’re working in a checked-out repository, you might not be able to find the files you're expecting. You can see how this works with a short demonstration. Within a git repository, run ...