Forked from ArnoutDevos/Remove_notebook_checkpoints.sh
Created
January 14, 2021 10:45
-
-
Save sezan92/51ed9fe71bdf4cf3eca75e3321d9849a to your computer and use it in GitHub Desktop.
command to remove automatically created .ipynb_checkpoints folders and their checkpoints
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
rm -rf `find -type d -name .ipynb_checkpoints` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment