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

    Can´t remove some wierd character ^M

    Hi everybody, I´m afraid this is something very stupid, but is driving me mad!! I cant find a way to remove a ^M mark. That mark is^M present at the end of the line like this one^M ^M ^M (this i get if the line is empty) I can see it only when I edit the file with vi (if i do a 'more' of the...
  2. kartapacio

    add-remove characters to a field

    Hi, I am trying to convert a file to a particular format. What i want is to get field $5 (for example) 32char long so, if its less than 32, add chars up to 32 and if its more than 32, cut them down... I think it will be something like : if (length($5) < 32) { while (length($5) <33 {...

Part and Inventory Search

Back
Top