Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mojo24
  • Content: Threads
  • Order by date
  1. mojo24

    find records via date range??

    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...
  2. mojo24

    selecting from start to end of record based on messeger number

    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/ &&...

Part and Inventory Search

Back
Top