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 Wanet Telecoms Ltd 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 mzilikazi

  1. mzilikazi

    AWK - create a single field from many

    Well Zulu anyway. http://en.wikipedia.org/wiki/Mzilikazi
  2. mzilikazi

    AWK - create a single field from many

    Brilliant! Thanks Annihilannic my immediate issue is resolved. awk '{sub(/^/,"<tr><td>");gsub("\t","</td><td>");print $0,"</td></tr>"}' file.tx Still, I wonder...what if it wasn't tab separated? These variables will be useful in the future.
  3. mzilikazi

    AWK - create a single field from many

    I need to convert a .xls file to html. Please do not suggest File>Save As HTML. :) I've dumped the .xls file to .txt: 3300-1504-000 short item# description $51.00 $22.46 $12.44 $6.32 0640-0219-000 a longer different item# description $903.00 $296.58 $215.09 0640-0219-003 Yet...

Part and Inventory Search

Back
Top