java -jar ~/Downloads/simian-2.3.35/bin/simian-2.3.35.jar files $(find ~/App/Classes/ -type f -name "*.m" -not -path "Lib/excludethisdir/*")
I'm trying to run simian and pass a file argument into it, but excluding a directory just isn't working. The Lib directory is contained in Classes
Can anyone point out why it's not working (The command runs, but it doesn't exclude)