[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature request: better intuitive syntax LINK=TARGET
From: |
Bernhard Voelker |
Subject: |
Re: feature request: better intuitive syntax LINK=TARGET |
Date: |
Thu, 25 Jun 2020 08:16:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 |
On 2020-06-25 04:35, Andrej Surkov wrote:
> Hi all!
>
> ln syntax is very uncertain - every time I use ln I'm confused what is
> correct "ln -s LINK TARGET" or "ln -s TARGET LINK"! Of cause I can
> check man ln or ln --help, but what if we add unambiguous syntax, for
> example
>
> ln -s LINK=TARGET
Not really unabiguous: what if the name of LINK or TARGET contains '='?
Have a nice day,
Berny