Y
Hacker News
new
|
ask
|
show
|
jobs
by
lifthrasiir
1415 days ago
I learned to behave as if there is no second argument for ln. Instead of doing `ln -s path/to/foo bar` I do `ln -s path/to/foo` then `mv foo bar`. Of course it doesn't always work, but covers most use cases for me.