I have multiple text files and want to be able to switch between them. they are configuration files and only one at a time needs to have the name myfile.conf. It would be nice if each of the files would change back to a certain file name when they are not the "active" one.
example: files - bob.conf, jill.conf, sam.conf and an active file myfile.conf (with original name jeff.conf)
change myfile.conf back to jeff.conf and then make bob.conf into myfile.conf
example: files - bob.conf, jill.conf, sam.conf and an active file myfile.conf (with original name jeff.conf)
change myfile.conf back to jeff.conf and then make bob.conf into myfile.conf
Comment