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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by missingbrain

  1. missingbrain

    awk to find spaces and replace with tabs

    Ed, Much obliged. For the redhat install I am using, I couldn't use nawk, but awk with the same context worked great. Thanks Ryan
  2. missingbrain

    awk to find spaces and replace with tabs

    I have searched high and low to find a working example of how you can use awk to search for each space in a file and replace it with a tab. E.g. input: I<sp>can't<sp>use<sp>awk<sp>very<sp>well. output: I<tab>can't<tab>use<tab>awk<tab>very<tab>well. Doesn't seem to difficult, but when I use \t...

Part and Inventory Search

Back
Top