This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: Apparent problem with tcsh's cd [was: "Re: Where am I anyway?"]
On Wed, Nov 26, 2003 at 12:44:39PM +0100, Ronald Landheer-Cieslak wrote:
> As you're not using Bash (or PCRE, or splint, or Aspell-en) I'll leave it to
> the wisdom of the tcsh maintainer to help you out :)
>
> Good luck :)
Heh, the answer is "don't do this."
Use /cygdrive/c instead of c:. Tcsh is a bit sensible with respect
to paths beginning with a drive letter.
Corinna
>
> rlc
>
> On Tue, Nov 25, 2003 at 11:23:03AM -0800, Dai Itasaka wrote:
> > myname@myhost> cd c:/temp/foo
> > myname@myhost> ls
> > bar/ foo.file
> > myname@myhost> cd bar
> > myname@myhost> ls
> > bar.file
> > myname@myhost> cd c:/temp/foo/bar
> > myname@myhost> ls
> > bar.file
> > myname@myhost> ls ..
> > bar/ foo.file
> > myname@myhost> cd c:/temp/foo/bar/
> > myname@myhost> ls
> > bar.file
> > myname@myhost> ls ..
> > bar.file
> > myname@myhost> cd ..
> > myname@myhost> ls
> > bar.file
> > myname@myhost> ls ..
> > bar/ foo.file
> > myname@myhost>
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin@cygwin.com
Red Hat, Inc.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/