I know its a newbie question, but my bash knowledge is so limited. Any help with this script? Thanks.
Trying to join files from three directories into a single file like:
<directory1>
header.txt
footer.txt
<directory2>
050421.txt
050420.txt
050419.txt
...
<directory3>
050421.txt
050419.txt...
I´m loosing my mind trying to make working an awk script for
1.- Search lines with more than x all-caps words and convert it to all-caps lines adding <h2> at the beginnig and </h2> at the end of that lines
2.- Add <h3> at the beginnig and </h3> at the end to the rest of lines (not the blank...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.