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

    IF-THEN-ELSE does not work!

    Why following if-then-else statement inj my csh doesen't work? if(-e *.inf||-e *.gbr) then rm *.inf *.gbr endif The following works: if(-e a.inf||b.gbr) then rm *.inf *.gbr endif thanx to all

Part and Inventory Search

Back
Top