Skip to content

Instantly share code, notes, and snippets.

@jovianlin
Created April 4, 2017 08:33
Show Gist options
  • Save jovianlin/a3e93131621af9d221b2af88e215a38b to your computer and use it in GitHub Desktop.
Save jovianlin/a3e93131621af9d221b2af88e215a38b to your computer and use it in GitHub Desktop.
Find the darn ".ipynb_checkpoints"
find . -name ".ipynb_checkpoints" | grep ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment