home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13198 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.5 KB  |  44 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!dweber
  3. From: dweber@ncsa.uiuc.edu (Daniel Weber)
  4. Subject: Re: "at" problems under 401 and 405 (summary)
  5. References: <Btuwnn.DHu@news.cso.uiuc.edu> <p9chht0@zuni.esd.sgi.com>
  6. Message-ID: <BtyJBq.6B0@news.cso.uiuc.edu>
  7. Originator: dweber@nvs.ncsa.uiuc.edu
  8. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  9. Reply-To: dweber@ncsa.uiuc.edu
  10. Organization: National Center for Supercomputing Applications
  11. Date: Wed, 2 Sep 1992 15:35:49 GMT
  12. Lines: 30
  13.  
  14.  
  15. In article <p9chht0@zuni.esd.sgi.com>, olson@anchor.esd.sgi.com (Dave Olson) writes:
  16. [stuff removed]
  17. |> 'test' is indeed a bad date.  See the 'at' man page for the usage.
  18.  
  19. Ok, here's a summary of what I've found out about how "at" works.  Thanks
  20. to all of you who responded!!  :-)
  21.  
  22. "at 11:00 today test" does not work because the IRIX version of "at" needs
  23. the executable name to be input on stdin.  Thus, the first version listed
  24. above won't work because it's assuming "test" is part of the syntax
  25. describing the time/date, as Dave Olson has indicated.
  26.  
  27. The following all aparently work:
  28. > at 11:00 today
  29.   test
  30.   ^D
  31.  
  32. > at 11:00 today < test
  33.  
  34. > test | at 11:00 today
  35.  
  36. The problem I was having was that most other versions of "at" I've used use
  37. the last argument as the name of the executable and the difference between
  38. those and the IRIX version wasn't especially clear to me from the manpage.
  39.  
  40. Again, thanks to those who responded.
  41.  
  42. -daniel weber
  43. dweber@ncsa.uiuc.edu
  44.