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

    solved - lowercase between quotes "xxx"

    I am using a awk command that changes text between quotes to lower case by using the field separator at the quotes. awk 'BEGIN { FS = "\"" } {print ($1)tolower($2)$3} ' test.txt > temp Unfortunately this command also removes the quotes "" from the output. How can I get awk to keep/replace the...

Part and Inventory Search

Back
Top