Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created August 28, 2012 14:25
Show Gist options
  • Save wbotelhos/3498468 to your computer and use it in GitHub Desktop.
Save wbotelhos/3498468 to your computer and use it in GitHub Desktop.
Open folder from terminal (Ubuntu)
# Generic
xdg-open .
# Gnome
gnome-open .
# Nautilus
nautilus .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment