Open a Windows folder for the current directory from a Cygwin shell

Joe Gregorio
$ cat /usr/local/bin/fol
#/usr/bin/bash
cmd /c "start ."

Because, occasionally, you just have to go there.

An alternative:

alias fol="explorer ."

Posted by Anon on 2005-08-02

Another alternative is:

$ cygstart .

Posted by Mike Williams on 2005-08-07

comments powered by Disqus