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: cygwin ln


On Wed, Aug 25, 1999 at 11:00:50AM -0400, Lincoln, W. Terry wrote:
>
>
>> From: 
>On Wednesday, August 25, 1999 5:09 AM Jens Reimann [mailto:reim@pe-muc.de]
>wrote:
>> 
>> Hi
>Hello Jens
>> 
>> do you have some information how the ln command under cygwin 
>> works (can you really create symbolic links??) ...
>Symbolic links are just regular text file that contain a magic and the file
>name linked to.  They are recognized by having there SYS attribute set only
>by Cygwin tools.  The actual contents  of the symlink file for: ln
>subdir/foo.txt bar.txt
>is this:
>---- begin file contents bar.txt
>!<symlink>subdir/foo.txt\0
>---- end file contents bar.txt

Another answer to this question is "Use the source, Luke!"

cgf

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