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 IamaSherpa 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: *

  1. mcstafford

    The middle part

    Thanks, p5wizard.
  2. mcstafford

    The middle part

    Hello, I would like to transform this: /*!40101 SET character_set_client = utf8 */; into this: SET character_set_client = utf8; I can highlight the parts I want to remove using grep, e.g. grep --extended-regexp '^\/\*![0-9]{5}' file.txt # or grep --extended-regexp '\*\/$' file.txt How do...

Part and Inventory Search

Back
Top