<?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 Re: Fully functional KSH for windows. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674380#M917151</link>
    <description>If you really MUST have ksh and not a workalike,&lt;BR /&gt;you can probably install the genuine AT&amp;amp;T&lt;BR /&gt;ksh88 or ksh93.  Get the source from David Korn's&lt;BR /&gt;(hence the name "Korn Shell") site&lt;BR /&gt;&lt;A href="http://www.kornshell.com." target="_blank"&gt;http://www.kornshell.com.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the AT&amp;amp;T licensing is a problem, try the public&lt;BR /&gt;domain clone of ksh called pdksh.  Do a search&lt;BR /&gt;on the Web for it.&lt;BR /&gt;&lt;BR /&gt;Personally, I find that "bash" works just as well as&lt;BR /&gt;ksh, plus it supports much of the handy csh-type&lt;BR /&gt;syntax that I like but ksh does not have.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Mar 2002 18:21:47 GMT</pubDate>
    <dc:creator>Gregory Fruth</dc:creator>
    <dc:date>2002-03-01T18:21:47Z</dc:date>
    <item>
      <title>Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674373#M917144</link>
      <description>All&lt;BR /&gt;&lt;BR /&gt;Does anyone have access to or know of a fully functional korn shell (ksh) for windows environments, outside of loading linux. I am trying to get one to be able to script while at home. I have 2 options, a windows 98 machine at home, and a win2k thinkpad laptop so either o/s is good for me.&lt;BR /&gt;&lt;BR /&gt;Thanks all.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 15:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674373#M917144</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-03-01T15:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674374#M917145</link>
      <description>Check out &lt;A href="http://www.cygwin.com," target="_blank"&gt;www.cygwin.com,&lt;/A&gt; although it does not have ksh, it does have a unix like environment with "bash" and many standard unix utilities.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 01 Mar 2002 15:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674374#M917145</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-03-01T15:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674375#M917146</link>
      <description>Hi Frank,&lt;BR /&gt;&lt;BR /&gt;I haven't used this myself, but looks like its worth a shot.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.research.att.com/sw/tools/uwin/" target="_blank"&gt;http://www.research.att.com/sw/tools/uwin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 01 Mar 2002 15:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674375#M917146</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2002-03-01T15:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674376#M917147</link>
      <description>Hi Frank: &lt;BR /&gt;&lt;BR /&gt;Though it's not free. The best is the MKS Toolkit from: &lt;A href="http://www.mkssoftware.com/." target="_blank"&gt;http://www.mkssoftware.com/.&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Typically when you need shell scripting, you also need awk, grep, sed, ... . All of that comes with the Toolkit. You can download a trial version. &lt;BR /&gt;&lt;BR /&gt;Plan B. Use Perl instead from &lt;A href="http://www.activeperl.com." target="_blank"&gt;http://www.activeperl.com.&lt;/A&gt; If your Perl is well-written the same scripts will run without change on Windows and UNIX. &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 15:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674376#M917147</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-01T15:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674377#M917148</link>
      <description>Plenty of bit's n pieces in the following thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x12c128e43106d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x12c128e43106d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;GEorge</description>
      <pubDate>Fri, 01 Mar 2002 15:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674377#M917148</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-03-01T15:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674378#M917149</link>
      <description>You could also try the posix/unix tool kit for Windows 2000.  However I believe this is only availble from the resource cd.  But provides unix tools such as (vi, grep, etc...)  "Korn Shell... runs on in Windows 95 and Windows NT. See also: U/WIN FAQ. ... Rosenblatt O'Reilly &amp;amp; Associates" Hope this helps.&lt;BR /&gt;&lt;BR /&gt;J-T</description>
      <pubDate>Fri, 01 Mar 2002 16:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674378#M917149</guid>
      <dc:creator>John-Thomas Gaietto</dc:creator>
      <dc:date>2002-03-01T16:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674379#M917150</link>
      <description>The Windows 2000 Unix support from Micro$oft is missing a few standard commands (like awk).&lt;BR /&gt;&lt;BR /&gt;I think you have to purchase a licence for it too.&lt;BR /&gt;&lt;BR /&gt;It does supply NFS access, although I have not explored how robust it is.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 01 Mar 2002 16:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674379#M917150</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-03-01T16:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fully functional KSH for windows.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674380#M917151</link>
      <description>If you really MUST have ksh and not a workalike,&lt;BR /&gt;you can probably install the genuine AT&amp;amp;T&lt;BR /&gt;ksh88 or ksh93.  Get the source from David Korn's&lt;BR /&gt;(hence the name "Korn Shell") site&lt;BR /&gt;&lt;A href="http://www.kornshell.com." target="_blank"&gt;http://www.kornshell.com.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the AT&amp;amp;T licensing is a problem, try the public&lt;BR /&gt;domain clone of ksh called pdksh.  Do a search&lt;BR /&gt;on the Web for it.&lt;BR /&gt;&lt;BR /&gt;Personally, I find that "bash" works just as well as&lt;BR /&gt;ksh, plus it supports much of the handy csh-type&lt;BR /&gt;syntax that I like but ksh does not have.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 18:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fully-functional-ksh-for-windows/m-p/2674380#M917151</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-03-01T18:21:47Z</dc:date>
    </item>
  </channel>
</rss>

