in reply to Re: Re: Re: Re: Re: At process job id
in thread At process job id

Hi, When i run the above stated above, it display the below message >>> "Ambiguous output redirect." And i check the at queue by the atq command. and there is now queue of the at command, which the command above is not executed at all. Reply PLS !
  • Comment on Re: Re: Re: Re: Re: Re: At process job id

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: At process job id
by japh (Friar) on Dec 29, 2001 at 17:00 UTC
    doh. paste the screen output of a command line `at` session.
      What you mean? If u mean to paste the output of the at.stdout and at.stderr, but how can obtain the message that you want? HELP !
        I mean, ignore files. Run an `at` session at the command line with no automation and paste the output of it here. I don't have a Solaris box handy to find this out myself. The man page says "When the at-job is submitted, the at_job_id and scheduled time are written to standard error. The at_job_id is an identifier that will be a string consisting solely of alphanumeric characters and the period character. The at_job_id is assigned by the system when the job is scheduled such that it uniquely identifies a particular job." The original regexp I posted is wrong for Solaris, given this, because the job_id is a flavor of (\S+) and not (\d+).