I am trying to write a script that basically searches recursively using find (or another method to) to find all files ending with *.p or *.w but does not contain sysvars.i or preprocess.i
I am new to scripting and welcome any help, is find the best command to use etc?