Created
June 30, 2023 19:19
-
-
Save gsoykan/976fb6a456238e223e36b258944860f8 to your computer and use it in GitHub Desktop.
run all .py files in folder ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -name "*.py" -exec python {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment