<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <blockquote type="cite"
      cite="mid:4d8020f0-40f9-8f81-6d55-52ac92b67cb2@kaluta.us">
      <pre class="tab tcy">cp myfile.txt myfilecopy.txt    Will foregoing example work to copy a .config file for reference purposes?</pre>
    </blockquote>
    <p><br>
    </p>
    <p>Yep: "cp .myconfig myconfig-before-may28-changes" <br>
    </p>
    <p>if you want to preserve permissions/timestamp etc. use cp -a</p>
    <br>
  </body>
</html>