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

    reference 4 the helpers :)

    this is the example of inside the 'carfile' 11221212 hondacamry july 1998 21123453 HondaCamry jun 2000 12321122 Citroen may 2001
  2. shahrir

    awk newbies

    switch (&quot;$choice&quot;) case &quot;[Aa]&quot;: echo -n &quot;Please Enter The Car Model : &quot; set input=&quot;$<&quot; gawk '/$input/ {print &quot;Car Model: &quot;$2;print &quot;Chassis No: &quot;$1;age=(2003-$4);print &quot;Age of the car: &quot;age}' carfile echo...

Part and Inventory Search

Back
Top