I'm guessing they meant `ln -s`.

On 19/07/2021 08:48, Kamil Dudka wrote:
> On Monday, July 19, 2021 2:29:18 AM CEST James Lu wrote:
>> "ln" should write a warning to stderr if the source file doesn't exist.
> ln writes an error message to stderr if the source file does not exist:
>
> $ mkdir new-dir
> $ cd new-dir
> $ ln does-not-exist target
> ln: failed to access 'does-not-exist': No such file or directory
>
>
>

Reply via email to