<?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: Crontab and mailx in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690808#M55368</link>
    <description>This is what help for me:&lt;BR /&gt;&lt;BR /&gt;#! /usr/bin/sh&lt;BR /&gt;/sbin/cat /tmp/testfile |/usr/bin/mailx -s "Subject of email" EMAIL@ADDRESS&lt;BR /&gt;&lt;BR /&gt;hth,</description>
    <pubDate>Wed, 27 Mar 2002 15:14:52 GMT</pubDate>
    <dc:creator>F Verschuren</dc:creator>
    <dc:date>2002-03-27T15:14:52Z</dc:date>
    <item>
      <title>Crontab and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690803#M55363</link>
      <description>Hello all, &lt;BR /&gt;When executing a job from the shell and outputting the output to mailx (cat /job | mailx ???s subject mailaddress.com) I get the output as an attachment. I then setup the same job to execute from cron and was unable to get the output as an attachment. &lt;BR /&gt;Appreciate all feedback. &lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 26 Mar 2002 15:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690803#M55363</guid>
      <dc:creator>Iqbal Khan_2</dc:creator>
      <dc:date>2002-03-26T15:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690804#M55364</link>
      <description>One thing to remember about cron is that you should always put the absolute path in all your cron entries. cron has no $PATH, so that would be the first place to start. Change your entry and see what happens.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Tue, 26 Mar 2002 15:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690804#M55364</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-26T15:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690805#M55365</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;mailx ???s subject mailaddress.com &amp;lt;  /job</description>
      <pubDate>Tue, 26 Mar 2002 15:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690805#M55365</guid>
      <dc:creator>Andi Rigauer</dc:creator>
      <dc:date>2002-03-26T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690806#M55366</link>
      <description>Hi&lt;BR /&gt;For running from cron give full path foe all commands.&lt;BR /&gt;I would use&lt;BR /&gt;#/sbin/cat /tmp/testfile |/usr/bin/mailx -s "Subject of email" EMAIL-ADDRESS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.</description>
      <pubDate>Tue, 26 Mar 2002 15:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690806#M55366</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-03-26T15:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690807#M55367</link>
      <description>iqbal,&lt;BR /&gt;&lt;BR /&gt;Great topic:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Great help in finding them:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 26 Mar 2002 15:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690807#M55367</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-03-26T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab and mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690808#M55368</link>
      <description>This is what help for me:&lt;BR /&gt;&lt;BR /&gt;#! /usr/bin/sh&lt;BR /&gt;/sbin/cat /tmp/testfile |/usr/bin/mailx -s "Subject of email" EMAIL@ADDRESS&lt;BR /&gt;&lt;BR /&gt;hth,</description>
      <pubDate>Wed, 27 Mar 2002 15:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-mailx/m-p/2690808#M55368</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2002-03-27T15:14:52Z</dc:date>
    </item>
  </channel>
</rss>

