Differences
This shows you the differences between the selected revisions of the page.
scriptcommand_ln 2011-11-10 | scriptcommand_ln 2020-05-29 (current) | ||
Line 1: | Line 1: | ||
- | ====== ln ====== | + | ====== ln command ====== |
- | [[task_link|Creates remote symlink]]. | + | [[task_link|Creates remote symbolic link]]. |
+ | |||
+ | ===== Syntax ===== | ||
ln <target> <symlink> | ln <target> <symlink> | ||
+ | |||
+ | ===== Remarks ===== | ||
Alias: ''symlink'' | Alias: ''symlink'' | ||
+ | |||
+ | ~~AD~~ | ||
===== Example ===== | ===== Example ===== | ||
Line 11: | Line 17: | ||
</code> | </code> | ||
+ | ===== Converting to .NET Assembly ===== | ||
+ | There is no equivalent for ''ln'' command in [[library|.NET assembly]]. | ||