NOTE: In Unix there is the handy shortcut that you can leave off the target
location:

ln -s foo/bar

will create the link:

bar -> foo/bar

Quite handy and yet another reason for the parameter ordering used on
Linux/Unix.


On Tue, Jul 22, 2014 at 9:46 AM, Warren Young <war...@etr-usa.com> wrote:

> On 7/22/2014 10:43, Warren Young wrote:
>
>>
>> the mklink command has its options in reverse order
>>
>
> I shouldn't say "option" here.  I mean the two path names you have to give
> to both mklink and ln:
>
>     $ ln source symlink-target
>     C:\> mklink symlink-target source
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
Matt
-=-
90% of the nations wealth is held by 2% of the people. Bummer to be in the
majority...
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to