This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Directory Aliasing




--
tel 0920 49 1894
Bengt-Arne Fjellner 
  

> -----Original Message-----
> From: cygwin-owner@cygwin.com 
> [mailto:cygwin-owner@cygwin.com] On Behalf Of LittleTim
> Sent: den 14 juli 2007 20:34
> To: cygwin@cygwin.com
> Subject: Directory Aliasing
> 
> 
> Hello Everybody:
> 
> I don't have a lot of experience using Cygwin:
> 
> Problem:  I do a lot of work in a directory with a long path 
> name: C:\very
> long path name\My Work
> 
> Question:  Instead of having to type cd  C:\very long path 
> name\My Work
> everytime I want to switch to this directory, is there any way to do
> aliasing?  For example, no matter where I am in the file 
> system, typing cd ~
> will take me to my home directory.  I've tried to create a 
> symbolic link. 
> Of course the symbolic link is only valid in the directory where the
> symbolic link exists, and not from anywhere in the file system.
> 
> tim
> -- 

alias golong='cd "/cygdrive/c/very long path name/My Work"'
In your ~/.bashrc   should fix it
 

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]