This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: resolving symbolic links


"Halim, Salman" wrote:
>
> what's a good way to find out (programmatically; either through a command or
> a piped series of commands or a function), in bash (if relevant), the actual
> path pointed to by a symbolic link.  for example, i have /tmp pointing to
> c:\temp -- how can i get 'c:\temp' as output given '/tmp' as input?  i
> thought of ls -al /tmp | cut -d'>' -f 2- but that seems a bit of a kludge. .
>

Specifically for cygwin, you can use "cygpath -w /tmp".  Very handy for
using ancient editors ( function q { \q `cygpath -w $*` ; } )

-- 
-dave        _________________________
------------/      David O'Riva       \--------------
408-        | Staff Software Engineer | oriva@
 473-9413   |    Atari Games, Inc.    |   agames.com
            \_________________________/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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