<?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 HP-UX 11.11 vs Linux command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444761#M15404</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently moving my shell (sh/ksh) scripts from HP-UX 11.11 environment to our newly acquired "Red Hat Enterprise Linux AS release 3 (Taroon Update 1)" enviroment. I found that Linux do not have "pg" command. Can anyone suggest what command should I use in place of "pg".&lt;BR /&gt;&lt;BR /&gt;One more thing how do I know what is my OS release version? "uname -a" return the following output.&lt;BR /&gt;&lt;BR /&gt;Linux XXX 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 ES&lt;BR /&gt;T 2004 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 15 Dec 2004 19:55:53 GMT</pubDate>
    <dc:creator>Ridzuan Zakaria</dc:creator>
    <dc:date>2004-12-15T19:55:53Z</dc:date>
    <item>
      <title>HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444761#M15404</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently moving my shell (sh/ksh) scripts from HP-UX 11.11 environment to our newly acquired "Red Hat Enterprise Linux AS release 3 (Taroon Update 1)" enviroment. I found that Linux do not have "pg" command. Can anyone suggest what command should I use in place of "pg".&lt;BR /&gt;&lt;BR /&gt;One more thing how do I know what is my OS release version? "uname -a" return the following output.&lt;BR /&gt;&lt;BR /&gt;Linux XXX 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 ES&lt;BR /&gt;T 2004 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 15 Dec 2004 19:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444761#M15404</guid>
      <dc:creator>Ridzuan Zakaria</dc:creator>
      <dc:date>2004-12-15T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444762#M15405</link>
      <description>Instead of 'pg' try 'more'.&lt;BR /&gt;&lt;BR /&gt;You are running Linux kernel 2.4.21-9.ELsmp&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 20:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444762#M15405</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-12-15T20:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444763#M15406</link>
      <description>For future reference, this is good site to find differences between unix flavours.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bhami.com/rosetta.html" target="_blank"&gt;http://bhami.com/rosetta.html&lt;/A&gt;</description>
      <pubDate>Wed, 15 Dec 2004 20:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444763#M15406</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-12-15T20:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444764#M15407</link>
      <description>Thanks Patrick,&lt;BR /&gt;&lt;BR /&gt;"more" command work just fine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 20:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444764#M15407</guid>
      <dc:creator>Ridzuan Zakaria</dc:creator>
      <dc:date>2004-12-15T20:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444765#M15408</link>
      <description>You can also try the command less, which is more or less like more.  :-)&lt;BR /&gt;Try the man page for all the details on how to use less.</description>
      <pubDate>Mon, 20 Dec 2004 09:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444765#M15408</guid>
      <dc:creator>Ronald Schwartz_1</dc:creator>
      <dc:date>2004-12-20T09:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444766#M15409</link>
      <description>you know what they say:&lt;BR /&gt;&lt;BR /&gt;less is more!&lt;BR /&gt;&lt;BR /&gt;and that is true however you want to take it ;)</description>
      <pubDate>Mon, 20 Dec 2004 10:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444766#M15409</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-12-20T10:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444767#M15410</link>
      <description>'less' is the road you should be walking on. Not only on your brand new Linux system, where it is installed by default, but also on HP-UX, where you should have installed it years ago :)&lt;BR /&gt;&lt;BR /&gt;This setting for $LESS I use on both Linux and all my HP-UX versions, and supports about everything you need&lt;BR /&gt;&lt;BR /&gt;lt09:/home/merijn/itrc 117 &amp;gt; echo $LESS&lt;BR /&gt;-CRQsieP?f"%f":-. %lt ?pB%pB\% .?e(EOF) ?xNext\: %x ..&amp;gt;&lt;BR /&gt;lt09:/home/merijn/itrc 118 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Less for 11i (11.11):&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/less-385/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/less-385/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 20 Dec 2004 10:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444767#M15410</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-20T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 vs Linux command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444768#M15411</link>
      <description>Since Linux isn't an OS but only the Kernel sources, the output of e.g. &lt;BR /&gt; &lt;BR /&gt;$ uname -srv&lt;BR /&gt;Linux 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003&lt;BR /&gt; &lt;BR /&gt;is absolutely correct.&lt;BR /&gt;Therefore -s (system) shows Linux,&lt;BR /&gt;-r (release) is the booted kernel's release and subversion, and -v (version) here is the time the kernel was built.&lt;BR /&gt; &lt;BR /&gt;If you're on a RedHat box you could additionally look out for this file&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;$ cat /etc/redhat-release &lt;BR /&gt;Red Hat Linux release 9 (Shrike)&lt;BR /&gt; &lt;BR /&gt;But this is Distro specific and not garuanteed to be exsitent.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Btw, I'm curious how you use a pager in a script? ;-)&lt;BR /&gt; &lt;BR /&gt;On Linux, always use "less".&lt;BR /&gt;It's so much better than more that I even installed it on our Solaris and many HP-UX  boxes.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2004 10:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-vs-linux-command/m-p/3444768#M15411</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-12-20T10:33:01Z</dc:date>
    </item>
  </channel>
</rss>

