I was srm&#39;ing a bunch of files and at one point typed &lt;up&gt;, modified the command, and hit &lt;enter&gt; to delete a similarly named one. Pretty standard practice. <br><br>I then had a realization that the command I was using to securely delete the sensitive information actually left behind the file name of the file I was deleting in my bash history. But that also got me wondering where else things might get left behind and thought I&#39;d see what everyone&#39;s thoughts were on that.<br>

<br>By the way, if any of you are curious, I ended up adding &#39;srm*&#39; to my HISTIGNORE variable in .bash_profile filtered the command from the history.<br><br>-Kenny<br>