Y
Hacker News
new
|
ask
|
show
|
jobs
by
ridiculous_fish
1348 days ago
This has a pretty serious bug with symlinks:
> ln -s important_file.txt ./just_a_link > rmt ./just_a_link
This leaves "just_a_link" and instead deletes important_file.txt.
2 comments
Amine_Ztn
1348 days ago
Ok thanks a lot, I'll work on fixing that!
link
Amine_Ztn
1347 days ago
I just fixed the problem, thanks for pointing it out! :D
link