<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic recalling old commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680560#M658656</link>
    <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;Is there any way to recall old commands from other file??&lt;BR /&gt;Default when press esc+k old commands will be repeated by reading  HISTFILE (file content)variable.&lt;BR /&gt;I want to get old command repeat without taking help of HISTFILE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chandra</description>
    <pubDate>Sat, 28 Aug 2010 09:48:36 GMT</pubDate>
    <dc:creator>Chandrahasa s</dc:creator>
    <dc:date>2010-08-28T09:48:36Z</dc:date>
    <item>
      <title>recalling old commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680560#M658656</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;Is there any way to recall old commands from other file??&lt;BR /&gt;Default when press esc+k old commands will be repeated by reading  HISTFILE (file content)variable.&lt;BR /&gt;I want to get old command repeat without taking help of HISTFILE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chandra</description>
      <pubDate>Sat, 28 Aug 2010 09:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680560#M658656</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-08-28T09:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: recalling old commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680561#M658657</link>
      <description>How will you get old commands without assistance of a file like .history recorded old commands ?</description>
      <pubDate>Sat, 28 Aug 2010 12:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680561#M658657</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-08-28T12:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: recalling old commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680562#M658658</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You might try (temporarily) setting 'HISTFILE' to the filename you want to extract.  This would at least assume that the alternate file had the same format as the normal history file.  I have never tried this.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I want to get old command repeat without taking help of HISTFILE&lt;BR /&gt;&lt;BR /&gt;What problem are you attempting to solve?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 28 Aug 2010 12:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680562#M658658</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-08-28T12:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: recalling old commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680563#M658659</link>
      <description>Chandrahasa s,&lt;BR /&gt;&lt;BR /&gt;if you have already setup vi in .profile then "Default when press esc+k " you will see the old commands, &lt;BR /&gt;&lt;BR /&gt;You can check:&lt;BR /&gt;# ksh -o vi&lt;BR /&gt;Esc k k k k ..... so on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- To keep a record of the old file, you can implement HISTFILE with data and timestamp, by putting the code in users .profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also checkout few good links:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=722093" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=722093&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?&amp;amp;threadId=901609" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?&amp;amp;threadId=901609&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Sun, 29 Aug 2010 03:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680563#M658659</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-08-29T03:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: recalling old commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680564#M658660</link>
      <description>&amp;gt;Is there any way to recall old commands from other file?&lt;BR /&gt;&lt;BR /&gt;Nothing other than the obvious.  You cut&amp;amp;paste commands from the other file.&lt;BR /&gt;&lt;BR /&gt;Or you can add "echo" before each command, execute that file is a script, then you can get them from the $HISTFILE and remove the "echo".</description>
      <pubDate>Sun, 29 Aug 2010 22:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/recalling-old-commands/m-p/4680564#M658660</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-29T22:22:56Z</dc:date>
    </item>
  </channel>
</rss>

