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

Ok thanks a lot, I'll work on fixing that!
I just fixed the problem, thanks for pointing it out! :D