Skip to content

Instantly share code, notes, and snippets.

@topshed
Last active April 7, 2020 12:48
Show Gist options
  • Save topshed/932c226a9990720af0a54b3acc452ef7 to your computer and use it in GitHub Desktop.
Save topshed/932c226a9990720af0a54b3acc452ef7 to your computer and use it in GitHub Desktop.

Find folders without main.py files

 find Izzy -mindepth 1 -maxdepth 1 -type d '!' -exec test -e "{}/main.py" ';' -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment