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: lnn, a native symlink wrapper script (Was: fstab not automounting...)


[reviewing old threads that mentioned me, now that I've released
coreutils 8.23...]

On 10/18/2013 11:55 AM, Warren Young wrote:
> On 10/18/2013 01:47, Corinna Vinschen wrote:
>>    $ CYGWIN=winsymlinks:native ln -s /path/to/your/fstab /etc/fstab
> 
> I've wrapped that in a shell script called lnn ("link native"):
> 
>     #!/bin/sh
>     CYGWIN=winsymlinks:native ln "$@"
> 
> Perhaps Eric Blake will add this to coreutils so we can use the shortcut
> in replies to list questions.

No, I won't add this to the coreutils package proper (at least, not if
upstream coreutils isn't likely to have it), but it's easy enough for
you to put the script in your own /bin.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


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