<?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: Emailing user on script completion in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719358#M100807</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not a programmer and don't know Fortran at all.&lt;BR /&gt;Is the program started from a scheduler (like cron) or is it called within a shell-script.&lt;BR /&gt;&lt;BR /&gt;Within unix you can use mailx, to sent a mail.&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
    <pubDate>Fri, 27 Jan 2006 18:19:37 GMT</pubDate>
    <dc:creator>Darrel Louis</dc:creator>
    <dc:date>2006-01-27T18:19:37Z</dc:date>
    <item>
      <title>Emailing user on script completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719357#M100806</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have been programming a FORTRAN program that, when complete, will take many days to execute. &lt;BR /&gt;&lt;BR /&gt;I am looking for a UNIX system command that I can call in order to email the user on completion. I would like it to be a single line command, as these are simple to program into FORTRAN.&lt;BR /&gt;&lt;BR /&gt;I am faily new to the UNIX environment but I have used program sthat do this, so I know it's possible.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help.</description>
      <pubDate>Fri, 27 Jan 2006 18:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719357#M100806</guid>
      <dc:creator>Alex Rauket</dc:creator>
      <dc:date>2006-01-27T18:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing user on script completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719358#M100807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not a programmer and don't know Fortran at all.&lt;BR /&gt;Is the program started from a scheduler (like cron) or is it called within a shell-script.&lt;BR /&gt;&lt;BR /&gt;Within unix you can use mailx, to sent a mail.&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Fri, 27 Jan 2006 18:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719358#M100807</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-01-27T18:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing user on script completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719359#M100808</link>
      <description>Alex...take a look at the "system" command under FORTRAN. That's probably what you are looking for. Something like...&lt;BR /&gt;&lt;BR /&gt;value=system("mailx -s subject mailaddress")&lt;BR /&gt;&lt;BR /&gt;enjoy!</description>
      <pubDate>Fri, 27 Jan 2006 18:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719359#M100808</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-01-27T18:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing user on script completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719360#M100809</link>
      <description>In HP-UX, it's very simple:&lt;BR /&gt;&lt;BR /&gt;echo $MESSAGE_STRING | mailx -s Subject me@mydomain&lt;BR /&gt;&lt;BR /&gt;So if you can firstly build the string in FORTRAN, then execute the UNIX commannd line, you're away.&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jan 2006 07:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emailing-user-on-script-completion/m-p/3719360#M100809</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2006-01-28T07:10:20Z</dc:date>
    </item>
  </channel>
</rss>

