<?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: Shell Scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134826#M451052</link>
    <description>you can run them as sh &lt;NAME&gt;.sh, or you can make them executable so that you only have to use &lt;NAME&gt;.sh  &lt;BR /&gt;&lt;BR /&gt;The one thing I ALWAYS forget is the "shabang" at the beginning on the shell script, the #!/usr/bin/sh or whatever. Do you have a particular goal in mind for your scripts or just trying to learn?&lt;/NAME&gt;&lt;/NAME&gt;</description>
    <pubDate>Thu, 09 Oct 2008 16:52:11 GMT</pubDate>
    <dc:creator>Adam W.</dc:creator>
    <dc:date>2008-10-09T16:52:11Z</dc:date>
    <item>
      <title>Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134825#M451051</link>
      <description>Gurus,&lt;BR /&gt;&lt;BR /&gt;I was thinking to learn Shell Scripting now.&lt;BR /&gt;&lt;BR /&gt;I have found this wonderful document in the forum:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1223574328053+28353475&amp;amp;threadId=178514" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1223574328053+28353475&amp;amp;threadId=178514&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How to run a shell script...&lt;BR /&gt;Is it like ftp these scripts to the server and do &lt;BR /&gt;#sh &amp;lt;scriptname&amp;gt;.sh&lt;BR /&gt;&lt;BR /&gt;or copy and paste the content to the root prompt...&lt;BR /&gt;&lt;BR /&gt;I have done some C programming in school.. but i'm not sure if that would make my job easire..&lt;BR /&gt;&lt;BR /&gt;And If I want to run some simple scripts at the root prompt.. how can I do that..&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 09 Oct 2008 16:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134825#M451051</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-09T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134826#M451052</link>
      <description>you can run them as sh &lt;NAME&gt;.sh, or you can make them executable so that you only have to use &lt;NAME&gt;.sh  &lt;BR /&gt;&lt;BR /&gt;The one thing I ALWAYS forget is the "shabang" at the beginning on the shell script, the #!/usr/bin/sh or whatever. Do you have a particular goal in mind for your scripts or just trying to learn?&lt;/NAME&gt;&lt;/NAME&gt;</description>
      <pubDate>Thu, 09 Oct 2008 16:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134826#M451052</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-10-09T16:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134827#M451053</link>
      <description>First I need to learn and them Implement..&lt;BR /&gt;&lt;BR /&gt;Initially I want to start of with simple scripts like... to create a VG00 or VG01 ... instead of typing the commands everytime... I want to keep a script handy so that whenever needed I will do #sh &amp;lt;scriptname&amp;gt;.sh and the VG is created.&lt;BR /&gt;&lt;BR /&gt;I dont know what else could be an example...&lt;BR /&gt;&lt;BR /&gt;So was just trying to learn... may be in my next project I will have to use...</description>
      <pubDate>Thu, 09 Oct 2008 16:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134827#M451053</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-09T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134828#M451054</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I was thinking to learn Shell Scripting now...&lt;BR /&gt;&lt;BR /&gt;Very good. *EVERY* good Unix administrator should be able to do basic shell programming at a minimum.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have done some C programming in school.. but i'm not sure if that would make my job easire..&lt;BR /&gt;&lt;BR /&gt;Maybe yes; maybe no.  Do *NOT* be tempted to extrapolate this into choosing the C-shell!  You need to use and learn the POSIX shell --- '/usr/bin/sh' or '/sbin/sh' in our world.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; And If I want to run some simple scripts at the root prompt.. how can I do that..&lt;BR /&gt;&lt;BR /&gt;NO, NO, NO!  Work in your own non-root account and learn the pitfalls there, unless, of course, you have good Ignite backups and can afford to rebuild your server after you remove things!&lt;BR /&gt;&lt;BR /&gt;You might start by reading:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90046/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.shelldorado.com/" target="_blank"&gt;http://www.shelldorado.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 09 Oct 2008 16:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134828#M451054</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-09T16:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134829#M451055</link>
      <description>In very simple layman's terms:&lt;BR /&gt;&lt;BR /&gt;(root) # vi /home/user1/myscript &lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;write your script here and save &amp;amp; exit&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;(root) # chmod o+rwx /home/user1/myscript&lt;BR /&gt;&lt;BR /&gt;(root) # /home/user1/myscript&lt;BR /&gt;&lt;BR /&gt;this should be all&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2008 16:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134829#M451055</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2008-10-09T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134830#M451056</link>
      <description>take a look at&lt;BR /&gt;&lt;A href="http://www.shelldorado.com/" target="_blank"&gt;http://www.shelldorado.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;lots of tips / best practices / articles&lt;BR /&gt;&lt;BR /&gt;while learning, i would be logged in as root, as a mistake can trash the system.  much better to set up a login for a normal user and use that.....&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2008 17:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134830#M451056</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-09T17:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134831#M451057</link>
      <description>$ exit&lt;BR /&gt;/usr/bin/rsh: /home/vamsi/.logout: The operation is not allowed in a restricted&lt;BR /&gt;shell.&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2008 17:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134831#M451057</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-09T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134832#M451058</link>
      <description>&amp;gt;Mel: chmod o+rwx /home/user1/myscript&lt;BR /&gt;&lt;BR /&gt;Why would you want to do that (add w)?&lt;BR /&gt;chmod a+rx /home/user1/myscript</description>
      <pubDate>Thu, 09 Oct 2008 23:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134832#M451058</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-09T23:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134833#M451059</link>
      <description>"$ exit&lt;BR /&gt;/usr/bin/rsh: /home/vamsi/.logout: The operation is not allowed in a restricted&lt;BR /&gt;shell.&lt;BR /&gt;$"&lt;BR /&gt;&lt;BR /&gt;So?  Why is the account running rsh? &lt;BR /&gt;&lt;BR /&gt;I assume this is the account that you set up for yourself so you could play with scripts, is it not? (as usual, no information)</description>
      <pubDate>Fri, 10 Oct 2008 14:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134833#M451059</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-10T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134834#M451060</link>
      <description>When I do the following I have an error.. what does it mean&lt;BR /&gt;&lt;BR /&gt;$ exit&lt;BR /&gt;/usr/bin/rsh: /home/vamsi/.logout: The operation is not allowed in a restricted&lt;BR /&gt;shell.&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Also what does the below mean&lt;BR /&gt;&lt;BR /&gt;$ /usr/local/bin/sudo su-&lt;BR /&gt;sudo: /usr/local/etc/sudoers is mode 0666, should be 0440&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 14:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134834#M451060</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-10T14:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134835#M451061</link>
      <description>yes old school... you are correct..&lt;BR /&gt;&lt;BR /&gt;I have setup this user for myself.. so that I can play with scripts</description>
      <pubDate>Fri, 10 Oct 2008 14:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134835#M451061</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-10T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134836#M451062</link>
      <description>$ chsh testsh /usr/bin/csh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;$ chsh testsh /usr/bin/sh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;$ chsh testsh /usr/bin/rsh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what ever I change the shell to but when I give the command to see the shell I always see ksh only... Am I giving the incorrect command</description>
      <pubDate>Fri, 10 Oct 2008 14:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134836#M451062</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-10T14:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134837#M451063</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I would suggest you look at the 'rsh' manpages:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/sh-posix.1.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/sh-posix.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In particular, see the section "rsh Restrictions".&lt;BR /&gt;&lt;BR /&gt;and for:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ /usr/local/bin/sudo su-&lt;BR /&gt;sudo: /usr/local/etc/sudoers is mode 0666, should be 0440&lt;BR /&gt;&lt;BR /&gt;...this is telling you that the permissions of '/usr/local/etc/sudoers' allows *anyone* to write to the file --- a hugh security hole!  Only the owner and the group should have read permission (0440).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Oct 2008 15:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134837#M451063</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-10T15:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134838#M451064</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;I might suggest that instead of first setting up a restricted shell for yourself, use a standard one ('/usr/bin/sh') for your account.&lt;BR /&gt;&lt;BR /&gt;I also strongly urge you to reference the manpages every chance you get.  There is a wealth of knowledge therein.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 10 Oct 2008 15:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134838#M451064</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-10T15:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134839#M451065</link>
      <description>"When I do the following I have an error.. what does it mean&lt;BR /&gt;&lt;BR /&gt;$ exit&lt;BR /&gt;/usr/bin/rsh: /home/vamsi/.logout: The operation is not allowed in a restricted&lt;BR /&gt;shell.&lt;BR /&gt;$"&lt;BR /&gt;&lt;BR /&gt;you have set yourself up in a "restricted" shell, "rsh".  man "rsh" for more info.&lt;BR /&gt;(see the section on "rsh Restrictions")&lt;BR /&gt;&lt;BR /&gt;"$ chsh testsh /usr/bin/csh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;$ chsh testsh /usr/bin/sh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;$ chsh testsh /usr/bin/rsh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh"&lt;BR /&gt;&lt;BR /&gt;Well....that's how you wound up with a restricted shell.... the commands above *don't* change the current shell, only the one you get upon a login.  you should see the last field of password entry for testsh changing with each execution of the command noted.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134839#M451065</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-10T15:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134840#M451066</link>
      <description>$ exit&lt;BR /&gt;/usr/bin/rsh: /home/vamsi/.logout: The operation is not allowed in a restricted&lt;BR /&gt;&lt;BR /&gt;As mentioned, why use the restricted shell?&lt;BR /&gt;Also, do you have a trap command on exit, "trap 0" or "trap EXIT"?  I suppose you could have an alias?&lt;BR /&gt;&lt;BR /&gt;$ chsh testsh /usr/bin/csh&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;&amp;gt;but when I give the command to see the shell I always see ksh only.&lt;BR /&gt;&lt;BR /&gt;Why would you expect this to work, as  OldSchool says?&lt;BR /&gt;As documented $SHELL is only set by login(1).  If you actually invoke another shell, it still won't work:&lt;BR /&gt;$ csh  # scummy C shell&lt;BR /&gt;% echo $SHELL&lt;BR /&gt;/bin/ksh&lt;BR /&gt;% exit&lt;BR /&gt;% $&lt;BR /&gt;$ sh  # posix shell&lt;BR /&gt;$ echo $SHELL&lt;BR /&gt;/bin/ksh</description>
      <pubDate>Sat, 11 Oct 2008 03:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134840#M451066</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-11T03:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134841#M451067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am giving some best practices I ever using.&lt;BR /&gt;&lt;BR /&gt;- Create you shell script using vi&lt;BR /&gt;&lt;BR /&gt;- Write first line the shell &lt;BR /&gt;&lt;BR /&gt;#! &lt;YOUR shell="" eg.=""&gt;&lt;BR /&gt;#exec 1&amp;gt;/tmp/`basename $0.log 2&amp;gt;&amp;amp;1; date; set -x&lt;BR /&gt;Write your code here&lt;BR /&gt;exit 0 #very important for successful termination&lt;BR /&gt;&lt;BR /&gt;- Save and exit from the code&lt;BR /&gt;&lt;BR /&gt;- Make the file chmod o+rwx, others to be executable.&lt;BR /&gt;&lt;BR /&gt;- Do not use root user to play with scripts.&lt;BR /&gt;&lt;BR /&gt;IMP: exec 1&amp;gt;/tmp/`basename $0`.log 2&amp;gt;&amp;amp;1; date; set -x&lt;BR /&gt;This line will create a log file /tmp/scriptname.log if you uncomment the line. Also you can write set -x to enable o/p trace and set +x to disable o/p trace.&lt;BR /&gt;&lt;BR /&gt;For any further assistance feel free to ask.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;-NKG-&lt;/YOUR&gt;</description>
      <pubDate>Sat, 11 Oct 2008 07:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134841#M451067</guid>
      <dc:creator>Nitin Kumar Gupta</dc:creator>
      <dc:date>2008-10-11T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134842#M451068</link>
      <description>&amp;gt;Nitin: Make the file chmod o+rwx, others to be executable.&lt;BR /&gt;&lt;BR /&gt;As I mentioned above, you do NOT want to do this.  It lets Others write to your script.  Perhaps you meant "chmod u+rwx" for User (owner)?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;exec 1&amp;gt;/tmp/`basename $0`.log 2&amp;gt;&amp;amp;1; ... &lt;BR /&gt;&lt;BR /&gt;You should replace `` by $().&lt;BR /&gt;And for basename you could use only the shell:&lt;BR /&gt;/tmp/${0##*/}.log</description>
      <pubDate>Sat, 11 Oct 2008 08:11:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134842#M451068</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-11T08:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134843#M451069</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;The mode must be&lt;BR /&gt;&lt;BR /&gt;644 For readable files&lt;BR /&gt;755 for executables.&lt;BR /&gt;&lt;BR /&gt;i.e. &lt;BR /&gt;chmod 644 &lt;READABLE filename=""&gt;&lt;BR /&gt;chmod 755 &lt;EXECUTABLES i.e.="" scripts=""&gt;&lt;BR /&gt;&lt;BR /&gt;-NKG-&lt;/EXECUTABLES&gt;&lt;/READABLE&gt;</description>
      <pubDate>Sat, 11 Oct 2008 08:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134843#M451069</guid>
      <dc:creator>Nitin Kumar Gupta</dc:creator>
      <dc:date>2008-10-11T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134844#M451070</link>
      <description>thanks everyone</description>
      <pubDate>Mon, 13 Oct 2008 17:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripts/m-p/5134844#M451070</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-10-13T17:57:09Z</dc:date>
    </item>
  </channel>
</rss>

