Bash: find -name, -print: List All ipython Notebook Files
#!/bin/bash find /home/foo/Documents -name "*.ipynb" -print