Y
Hacker News
new
|
ask
|
show
|
jobs
by
atq2119
1415 days ago
I'd say the easiest way to remember the argument order is that it's conceptually the same as for mv and cp: ln -s x y is the closest possible symlink-analogue of cp x y.
2 comments
a_e_k
1415 days ago
Nah, the closest possible symlink-analogue of `cp x y` is `cp -s x y` :-)
link
elteto
1415 days ago
This a great way to think about it.
link