Raymond McLaughlin wrote:
Typo in that explanation:
<snip>
>
> The commands:
> $ln -s bin/clearline /bin/cln
^
> and
> $ln -s bin/clearline ./bin/cln
> results in malformed simlinks *in the ~/bin directory:
> bin/cln -> bin/clearline
> that point to a file in a nonexistent subdirectory: ~/bin/bin .
<snip>