Find folders without main.py files find Izzy -mindepth 1 -maxdepth 1 -type d '!' -exec test -e "{}/main.py" ';' -print