Hi
Ive been just introduced to AWK and seems to be a powerfull tool.
My problem is that I have thaousands of files that will be read by different applications, and some of them DO NOT ACCEPT a header that is already written in these files.
How would be a AWK script that should:
1. read diferent files in the same directory
2. remove the first 66 lines of each of these files
3. rename the new files
Thanks in advance
Carlos
Ive been just introduced to AWK and seems to be a powerfull tool.
My problem is that I have thaousands of files that will be read by different applications, and some of them DO NOT ACCEPT a header that is already written in these files.
How would be a AWK script that should:
1. read diferent files in the same directory
2. remove the first 66 lines of each of these files
3. rename the new files
Thanks in advance
Carlos