How can I get awk input from a file and add my own text to the data?
- by xs2dhillon
Assume that I have a text file separated by colons. I understand how to display the entire text file or any specific column using awk. However, what I want to do is to get the awk output and then display it by adding my own text using a shell script? For example, assume that my text file is:
England:London:GMT
USA:Washington:EST
France:Paris:GMT
…