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

    Need to substitute Hex C7 with pipe

    I need to substitute all hex C7 values in a file with a pipe. I tried substituting with sed, and it doesn't seem to recognize it: sed 's/\0xC7/|/g' test.dat sed 's/\xC7/|/g' test.dat and many other variations. Any one know how I can do this?

Part and Inventory Search

Back
Top