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

Nah, the closest possible symlink-analogue of `cp x y` is `cp -s x y` :-)
This a great way to think about it.