<?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: Running ksh script from javascript in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066191#M94527</link>
    <description>After further review, I'm going the CGI route.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Thu, 30 Aug 2007 15:24:29 GMT</pubDate>
    <dc:creator>Rick Meijer</dc:creator>
    <dc:date>2007-08-30T15:24:29Z</dc:date>
    <item>
      <title>Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066185#M94521</link>
      <description>Hello all.&lt;BR /&gt;How do I run an HP-UX shell script from within Javascript? Is it possible? I'm looking for something similar to PHP's exec.  &lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Thu, 30 Aug 2007 13:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066185#M94521</guid>
      <dc:creator>Rick Meijer</dc:creator>
      <dc:date>2007-08-30T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066186#M94522</link>
      <description>Hi Rick:&lt;BR /&gt;&lt;BR /&gt;I believe you have a system call available.&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;System.system("/usr/local/bin/mything")&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 30 Aug 2007 13:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066186#M94522</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-08-30T13:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066187#M94523</link>
      <description>Unlikely.&lt;BR /&gt;&lt;BR /&gt;javascript runs on the client (browser), PHP runs on the server. For this reason there is the CGI (server side) from the beginning of web servers.&lt;BR /&gt;&lt;BR /&gt;There are always examples in the &lt;BR /&gt;/apache/cgi-bin&lt;BR /&gt;directory.</description>
      <pubDate>Thu, 30 Aug 2007 13:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066187#M94523</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-08-30T13:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066188#M94524</link>
      <description>Thanks very much for the quick responses. I searched for "system.system" but came up with nothing but I am not done.&lt;BR /&gt;&lt;BR /&gt;Yeah I was thinking that JavaScript being a client side scripting langauge would be a problem. I was looking in that direction because of its popularity. PHP is looking like a better way to go.&lt;BR /&gt;&lt;BR /&gt;Thanks very much!</description>
      <pubDate>Thu, 30 Aug 2007 13:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066188#M94524</guid>
      <dc:creator>Rick Meijer</dc:creator>
      <dc:date>2007-08-30T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066189#M94525</link>
      <description>It depends on what you want to do - PHP can do a lot. But via CGI you can write nice small scripts in your favourite script language - ksh, perl, tclsh, ... almost "on the fly"</description>
      <pubDate>Thu, 30 Aug 2007 13:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066189#M94525</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-08-30T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066190#M94526</link>
      <description>Hi (aain) Rick:&lt;BR /&gt;&lt;BR /&gt;Notice the first "System" is an uppercase letter:&lt;BR /&gt;&lt;BR /&gt;System.system("/usr/local/bin/mything")&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066190#M94526</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-08-30T13:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Running ksh script from javascript</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066191#M94527</link>
      <description>After further review, I'm going the CGI route.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 30 Aug 2007 15:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-ksh-script-from-javascript/m-p/5066191#M94527</guid>
      <dc:creator>Rick Meijer</dc:creator>
      <dc:date>2007-08-30T15:24:29Z</dc:date>
    </item>
  </channel>
</rss>

