Created
August 10, 2023 22:46
-
-
Save dkirkby/93784591642402911fe9f16b9c8596ab to your computer and use it in GitHub Desktop.
search within jupyter notebooks
This file contains 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
# exclude directories with specific names | |
find . -type d \( -name 'code' -o -name '.ipynb_checkpoints' \) -prune -o -name '*.ipynb' -type f -exec fgrep 'desietc' {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment