Keith Devens .com |
Saturday, November 22, 2008 | ![]() |
| And this too, shall pass. – often attributed to Abraham Lincoln | ||
|
| ← James White: A Sad, Sobering Statistic | Hugh Laurie wins Golden Globe! → |

dbt (http://meat.net/) wrote:
Keith (http://keithdevens.com/) wrote:
You can cd C:/, and it will DTRT.
Thanks for the info.
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):
Generated in about 0.487s.
(Used 8 db queries)

You can cd C:/, and it will DTRT. In fact, I added to my bashrc on cygwin (I'm normally a zsh user but I use bash on cygwin to remind myself I'm in Kansas, not Oz) --
for d in c d e f g h i [...] z ; do
alias $d: cd /cygdrive/$d
alias `echo $d | tr a-z A-Z`: cd /cygdrive/$d
done