Skip to content

Instantly share code, notes, and snippets.

@gsoykan
Created June 30, 2023 19:19
Show Gist options
  • Select an option

  • Save gsoykan/976fb6a456238e223e36b258944860f8 to your computer and use it in GitHub Desktop.

Select an option

Save gsoykan/976fb6a456238e223e36b258944860f8 to your computer and use it in GitHub Desktop.
run all .py files in folder ubuntu
find . -name "*.py" -exec python {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment