Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created January 8, 2015 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsuh/f0c77bbe16392686d556 to your computer and use it in GitHub Desktop.
Save hsuh/f0c77bbe16392686d556 to your computer and use it in GitHub Desktop.
cygwin cd-ing into files and folders with spaces
e.g. cd Program*Files/
cd Program\ Files\ \(x86\)
In your .bashrc
alias cdc='cd /cygdrive/c'
alias cdp='cd /cygdrive/c/Program*Files/'
alias cdpx='cd /cygdrive/c/Program\ Files\ \(x86\)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment