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 strongm 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: wgmallard
  • Content: Threads
  • Order by date
  1. wgmallard

    Using $ in search string

    I have a file format that has blank lines within the record, and uses $$$$ as a record end. Thus \n$$$$\n is the end of the record, the the next character starts the next record. I have made several attempts to parse this with awk, RS = "\n$$$$\n" does not work RS = /\n\$\$\$\$\n/ does not...

Part and Inventory Search

Back
Top