在windows下,命令行下,打开文件与url的快捷方式: start/explorer filename

在ubuntu下,打开文件与url的快捷方式:xdg-open filename

在无意间发现,Cygwin,也可以这样操作,使用cygstart

在apt-cyg类似于(ubuntu)apt-get

可以使用

wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg -P /bin
chmod.exe +x /bin/apt-cyg

设置安装源
apt-cyg -m http://mirrors.163.com/cygwin
更新源
apt-cyg update