<p dir="ltr">findstr is the windows equivalent.   try findstr /i /s /c:"some command" *   For info on the findstr command type findstr /? </p>
<div class="gmail_quote">On Jun 2, 2015 8:48 AM, "Bryan Harris" <<a href="mailto:brywilharris@gmail.com">brywilharris@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">There's a history file?  I don't think python for that.  On Linux is say grep for files containing one of the commands you ran:</p>
<p dir="ltr">grep -ir 'some command' /</p>
<p dir="ltr">I'm sure windows has something like grep right?</p>
<p dir="ltr">Bryan Harris, PE<br>
Research Engineer<br>
Structures and Materials Evaluation Group<br>
University of Dayton Research Institute<br>
<a href="mailto:bryan.harris@udri.udayton.edu" target="_blank">bryan.harris@udri.udayton.edu</a><br>
<a href="http://www.udri.udayton.edu/" target="_blank">http://www.udri.udayton.edu/</a><br>
<a href="tel:937-229-5561" value="+19372295561" target="_blank">937-229-5561</a></p>
<div class="gmail_quote">On Jun 2, 2015 8:44 AM, "Joshua Kramer" <<a href="mailto:joskra42.list@gmail.com" target="_blank">joskra42.list@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Everyone,<br>
<br>
Does anyone know where, on Windows 7, the history file is located that<br>
is used by the Python shell?  I was doing an interactive shell session<br>
and need to remove the history for security purposes.<br>
<br>
Thanks!<br>
-JK<br>
_______________________________________________<br>
CentralOH mailing list<br>
<a href="mailto:CentralOH@python.org" target="_blank">CentralOH@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
</blockquote></div>
<br>_______________________________________________<br>
CentralOH mailing list<br>
<a href="mailto:CentralOH@python.org">CentralOH@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/centraloh" target="_blank">https://mail.python.org/mailman/listinfo/centraloh</a><br>
<br></blockquote></div>