Hacker News new | ask | show | jobs
by snippyhollow 2482 days ago
It is like `cp`.
1 comments

It isn't just like `cp`, on some systems `ln` is just a symlink to `cp`! `cp -s` does the same thing as `ln -s`, although the other flags are generally different.