Hey,
I need to delete all *.pyc files in a folder and its subdirectories in a csh script. I am currently trying to do it with a foreach loop:
foreach f ( 'find ../cadcore "*.pyc"' )
rm -f $f
end
Any ideas would be appriciated
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.