Hi i am a noob and need a little help to finish my shell script. I am learning as i go but hit a problem.
I am search thorugh logs(*.rv) files to find entires between two user defined dates,ie dd mm yyyy - dd mm yyy
The script so far looks for the "START" and "END" of each entry at sees if it...
I want to export from a log file.from ^START to ^END only if that record is from "BUSORG_ORID#" i want
So far I have...
awk /^START/,/^END/ *.rv >results.txt # this is able to divide the text file into the sections i want.
and i was thinking about something like...
awk /^START/,/^END/ &&...
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.