1
vote
2answers
76 views

Store multiple synchronized copies of a file [closed]

I would like some advice on how to, if it is possible, do the following:- I want to have the same text file in a number of locations. I would like all files to update no matter which file I modify. ...