How do I execute an awk script from within a bash script? I want to execute the script against a particular file. So I know you can just go if whatever then ./yourScript. What I need to know is how to tell that script what file to process.
Thanks,
Charlie
Charlie IronGleet, on 25 April 2011 - 03:40 PM, said:
Hi,
How do I execute an awk script from within a bash script? I want to execute the script against a particular file. So I know you can just go if whatever then ./yourScript. What I need to know is how to tell that script what file to process.
Thanks,
Charlie
How do I execute an awk script from within a bash script? I want to execute the script against a particular file. So I know you can just go if whatever then ./yourScript. What I need to know is how to tell that script what file to process.
Thanks,
Charlie
BTW: Please accept my apologies if I've posted in the wrong forum. Unless I overlooked it, I didn't see a Linux or shell scripting forum.