cp myfile.txt myfilecopy.txt    Will foregoing example work to copy a .config file for reference purposes?


Yep: "cp .myconfig myconfig-before-may28-changes"

if you want to preserve permissions/timestamp etc. use cp -a