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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.