Dear awk experts
I am rather new to awk (I am using awk on a WinXP machine via GnuWin32) and I am trying to do the following:
1. Loop through all subdirectories
2. If there is a file called file.txt then perform some awk commands (that I have and that are working)
In Linux this would be rather easy, using windows batch files perhaps as well, but the programming language of .bat files remains a mystery to me. So I was hoping that I can use only awk for this - but I have no idea of how... Is it even possible?
Thanks,
Johan S
I am rather new to awk (I am using awk on a WinXP machine via GnuWin32) and I am trying to do the following:
1. Loop through all subdirectories
2. If there is a file called file.txt then perform some awk commands (that I have and that are working)
In Linux this would be rather easy, using windows batch files perhaps as well, but the programming language of .bat files remains a mystery to me. So I was hoping that I can use only awk for this - but I have no idea of how... Is it even possible?
Thanks,
Johan S