<?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: at command syntax in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949989#M413407</link>
    <description>try at -f script.sh now&lt;BR /&gt;the man page for at is useful too</description>
    <pubDate>Tue, 03 Jan 2006 19:41:46 GMT</pubDate>
    <dc:creator>Christine Hartman</dc:creator>
    <dc:date>2006-01-03T19:41:46Z</dc:date>
    <item>
      <title>at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949987#M413405</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;can anyone help me with the syntax?... &lt;BR /&gt;&lt;BR /&gt;tried executing "at now ./script.sh" but it returned an error "bad date specification"&lt;BR /&gt;&lt;BR /&gt;i would like "script.sh" to be executed immediately... think i'm confused with the tru64 syntax... :(&lt;BR /&gt;&lt;BR /&gt;thanks in advance...&lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Tue, 03 Jan 2006 19:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949987#M413405</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2006-01-03T19:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949988#M413406</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;at -f ./script.sh now</description>
      <pubDate>Tue, 03 Jan 2006 19:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949988#M413406</guid>
      <dc:creator>Michael Denney</dc:creator>
      <dc:date>2006-01-03T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949989#M413407</link>
      <description>try at -f script.sh now&lt;BR /&gt;the man page for at is useful too</description>
      <pubDate>Tue, 03 Jan 2006 19:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949989#M413407</guid>
      <dc:creator>Christine Hartman</dc:creator>
      <dc:date>2006-01-03T19:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949990#M413408</link>
      <description>hi michael,&lt;BR /&gt;&lt;BR /&gt;thanks ! it worked... &lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2006 19:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949990#M413408</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2006-01-03T19:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949991#M413409</link>
      <description>hi christine,&lt;BR /&gt;&lt;BR /&gt;thanks !  your command worked !... :)&lt;BR /&gt;&lt;BR /&gt;tried the man pages but the syntax showed that the 'now' is after the 'at' as in 'at now'...&lt;BR /&gt;&lt;BR /&gt;guess i'm confused... thanks for the help !!&lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Tue, 03 Jan 2006 19:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949991#M413409</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2006-01-03T19:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949992#M413410</link>
      <description>the syntax worked</description>
      <pubDate>Tue, 03 Jan 2006 19:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949992#M413410</guid>
      <dc:creator>so.nimda</dc:creator>
      <dc:date>2006-01-03T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949993#M413411</link>
      <description>Hi rancid&lt;BR /&gt;&lt;BR /&gt;You can do like this:&lt;BR /&gt;&lt;BR /&gt;#at -f "/tmp/script.sh" now&lt;BR /&gt;&lt;BR /&gt;I do an example and the out put like:&lt;BR /&gt;#at -f "/script/fortest.sh" now&lt;BR /&gt;warning: commands will be executed using /usr/bin/sh&lt;BR /&gt;job 1136336270.a at Wed Jan  4 07:57:50 2006&lt;BR /&gt;&lt;BR /&gt;Check for the result!&lt;BR /&gt;&lt;BR /&gt;For more detail about at command you can see from the manpage:&lt;BR /&gt;#man at&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Tue, 03 Jan 2006 20:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949993#M413411</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2006-01-03T20:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: at command syntax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949994#M413412</link>
      <description>&amp;gt; tried the man pages but the syntax showed&lt;BR /&gt;&amp;gt; that the 'now' is after the 'at' as in&lt;BR /&gt;&amp;gt; 'at now'...&lt;BR /&gt;&lt;BR /&gt;Yes, but in that case the commands to be run are specified in stdin.  If you want to give the file of commands to run on the command line you need to use the '-f' option.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 05 Jan 2006 04:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command-syntax/m-p/4949994#M413412</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2006-01-05T04:20:51Z</dc:date>
    </item>
  </channel>
</rss>

