[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ln: make symbolic links default
From: |
Pádraig Brady |
Subject: |
Re: ln: make symbolic links default |
Date: |
Fri, 31 Mar 2017 19:36:46 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 31/03/17 16:29, blastmaster wrote:
>>From eb0411a1bb62afc0fff0c8671c0d51a368f5c80f Mon Sep 17 00:00:00 2001
> From: blastmaster <address@hidden>
> Date: Sat, 25 Mar 2017 01:02:53 +0100
> Subject: [PATCH 1/2] ln: make symbolic links by default:
>
> * This commit changes the default behavior of ln.
> Instead of creating hard links the default will now
> create symbolic links.
> If you still want to create hard links the -h option is provided.
>
> * We think that it is more natural to create symbolic links instead of
> of hardlinks. Today hardlinks are rarely used. Moreover, its much more
> economical
> to save the writing effort of the additional parameter.
I like it.
pushed