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

    Grep Problem

    I am trying to check a line of data using grep. The data I have in the file should be in the format 0123456/1,xxx,xxx etc or 012345678/1,xxx,xxx etc The first field must either be 7digits/1digit or 9digits/1digit, but cannot be 8digits/1digit. So far i have '[0-9]\{7\}/[0-9]' but can...

Part and Inventory Search

Back
Top