Y
Hacker News
new
|
ask
|
show
|
jobs
by
burgeralarm
4694 days ago
When using ln to link files, I tend to recite:
ln -s "what you want," "where you want it"
2 comments
lostdog
4694 days ago
Another way to remember, is that ln behaves the same as cp
link
print
4694 days ago
sounds like you may need lns:
http://interglacial.com/~sburke/pub/lns.html
link