Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created November 7, 2016 12:55
Show Gist options
  • Save GitHub30/39eaa454c12ff2f2399480ede361b9e3 to your computer and use it in GitHub Desktop.
Save GitHub30/39eaa454c12ff2f2399480ede361b9e3 to your computer and use it in GitHub Desktop.
for path in `find . -maxdepth 4 -type d -name Downloads`; do nautilus $path; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment