Skip to content

Instantly share code, notes, and snippets.

@ucyo
Created August 22, 2019 14:55
Show Gist options
  • Select an option

  • Save ucyo/acdce52bf2d84d4d3e9152652832b427 to your computer and use it in GitHub Desktop.

Select an option

Save ucyo/acdce52bf2d84d4d3e9152652832b427 to your computer and use it in GitHub Desktop.
Singles
# Find all files ending with *.ipynb excluding checkpoint files and sort by last modified
find -type f -name "*.ipynb" -not -name "*checkpoint*" -printf "%T@ %Tc %p\n" | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment