What I want is to have multiple copies of the same file, and whenever I edit one of them, they all get updated. I thought Hard Links would solve my problem. So, I used the command ln as described in Wikipedia. However, when I changed the original file, the linked one didn't change.
Did I misunderstand what hard links are supposed to do?
- If yes:
- Then what's the difference between
lnandcp? - How can I do what I want?
- Then what's the difference between
- If no:
- Why didn't it work?
- How can I get it to work?