Quantcast
Viewing all articles
Browse latest Browse all 13

Multiple input files and output files in awk

I have a folder full of text files named 000.txt to 181.txt. How can I process all of them with the same awk script (program.awk) and send them to their respective output files (output000.txt – output181.txt)?


Viewing all articles
Browse latest Browse all 13

Trending Articles