<?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: Posix vs Ksh shells in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319826#M877313</link>
    <description>you can always continue your command on a new line using '\' at the end. sometimes it makes understanding the commands easier as well because they are split up.</description>
    <pubDate>Tue, 06 Jul 2004 06:32:11 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2004-07-06T06:32:11Z</dc:date>
    <item>
      <title>Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319821#M877308</link>
      <description>Hi-&lt;BR /&gt;&lt;BR /&gt;I'm wondering what the difference is between posix (/usr/bin/sh) vs ksh (/usr/bin/ksh) in HP-UX 11.0.&lt;BR /&gt;&lt;BR /&gt;I'm trying to run a command at the command line that is over 256 characters. When I paste it from Notepad to my terminal window (posix shell), it won't paste in the whole command.  Yet if I try pasting into a korn shell window, it works fine! I thought that posix shell handles everything that korn does, and more.  Anyone know why the pasting of a long line won't work in posix? I had the posix shell set as default shell for my user account.  Thanks.</description>
      <pubDate>Wed, 30 Jun 2004 17:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319821#M877308</guid>
      <dc:creator>Sheelah Brennan</dc:creator>
      <dc:date>2004-06-30T17:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319822#M877309</link>
      <description>someone else asked the same question a couple days ago...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=148452" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=148452&lt;/A&gt;</description>
      <pubDate>Wed, 30 Jun 2004 17:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319822#M877309</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2004-06-30T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319823#M877310</link>
      <description>well not exactly the same; only the first part was the same. sorry, I jumped the gun again...</description>
      <pubDate>Wed, 30 Jun 2004 17:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319823#M877310</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2004-06-30T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319824#M877311</link>
      <description>I think this is a limitation of POSIX shell and you can not do much about it short of using ksh. &lt;BR /&gt;&lt;BR /&gt;Yes POSIX is a superset of ksh but this is command-wise. The commands running on ksh will run on POSIX and then some, but when it comes to the environmental settings, subset/superset conmcepts do not conform with the concept.</description>
      <pubDate>Wed, 30 Jun 2004 17:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319824#M877311</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-06-30T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319825#M877312</link>
      <description>Hi,&lt;BR /&gt;Check out this thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=611474" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=611474&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, take a look at these links for a very detailed comparison of features of all the shells:&lt;BR /&gt;a) &lt;A href="http://www.cee.odu.edu/uclhd/uclhd_unix_different_shell.php#shell_feature" target="_blank"&gt;http://www.cee.odu.edu/uclhd/uclhd_unix_different_shell.php#shell_feature&lt;/A&gt;&lt;BR /&gt;b) &lt;A href="http://bcebhagalpur.net/tutorials/shell/shell.htm" target="_blank"&gt;http://bcebhagalpur.net/tutorials/shell/shell.htm&lt;/A&gt;&lt;BR /&gt;c) &lt;A href="http://cbbrowne.com/info/unixshells.html" target="_blank"&gt;http://cbbrowne.com/info/unixshells.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Thu, 01 Jul 2004 02:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319825#M877312</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-07-01T02:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319826#M877313</link>
      <description>you can always continue your command on a new line using '\' at the end. sometimes it makes understanding the commands easier as well because they are split up.</description>
      <pubDate>Tue, 06 Jul 2004 06:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319826#M877313</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-07-06T06:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Posix vs Ksh shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319827#M877314</link>
      <description>There is a ton of information on shells in general:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docsrv.sco.com/DIFFS/UNIX95_Conformance.html" target="_blank"&gt;http://docsrv.sco.com/DIFFS/UNIX95_Conformance.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From: &lt;A href="http://www.dartmouth.edu/~rc/classes/ksh/print_pages.shtml" target="_blank"&gt;http://www.dartmouth.edu/~rc/classes/ksh/print_pages.shtml&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;POSIX 1003.2 Shell Standard. &lt;BR /&gt;Standards committees worked over the Bourne shell and added many features of the Korn shell (ksh88) and C shell to define a standard set of features which all compliant shells must have. On most systems, /bin/sh is now a POSIX compliant shell. Korn shell and Bash are POSIX compliant, but have many features which go beyond the standard. On Solaris, the POSIX/XPG4 commands which differ slightly in behaviour from traditional SunOS commands are located in /usr/xpg4/bin &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sniffer.net/bookshelf_do_sniffer/unix/ksh/appa_02.htm" target="_blank"&gt;http://www.sniffer.net/bookshelf_do_sniffer/unix/ksh/appa_02.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 06 Jul 2004 08:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/posix-vs-ksh-shells/m-p/3319827#M877314</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-06T08:01:40Z</dc:date>
    </item>
  </channel>
</rss>

