Wednesday, January 11, 2006
Cygwin Tricks
- To open up a Windows Explorer on the current directory in Cygwin, type:
explorer .
- To cd to a particular directory in Cygwin using a Windows path, simply quote the path. eg:
cd "c:\a\b\c"
where the Windows path can be copied and pasted from Windows Explorer.