2011-05-27

MacOSX-like open command in Ubuntu and Windows/Cygwin.

I always find 'open' command in MacOSX is very useful for people always hanging around in the Terminal. To get the similar behavior in Ubuntu or other Linux system, we can create an alias such as,
alias open='gnome-open' # in Ubuntu
alias open='cygstart' # in Windows/Cygwin
view raw open.sch hosted with ❤ by GitHub