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

doh. paste the screen output of a command line `at` session.
  • Comment on Re: Re: Re: Re: Re: Re: Re: At process job id

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: At process job id
by smartybob (Initiate) on Dec 29, 2001 at 23:34 UTC
    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+).