home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / shell / 3808 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!news
  3. From: Harald.Eikrem@delab.sintef.no
  4. Subject: Re: * WEEKLY SCHEDULE IN TCSH *
  5. In-Reply-To: aet@mullian.ee.mu.OZ.AU's message of Thu, 3 Sep 1992 10:34:19 GMT
  6. Message-ID: <1992Sep4.005241*Harald.Eikrem@delab.sintef.no>
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: SINTEF DELAB, Trondheim, Norway.
  9. References: <aet.715516459@munagin>
  10. Date: 4 Sep 92 00:52:41
  11. Lines: 17
  12.  
  13. ! could someone please tell me how to implement a weekly schedule
  14. ! indicator in tcsh.
  15. ! i want to be reminded whenever i have something to do on a particular day.
  16. ! for example, if i have a 3pm lecture on wednesday, then i should get beeped:
  17. ! *GO TO LECTURE*
  18. ! anyone know how to do this? if not in shell, then in any available language.
  19.  
  20. Do not believe that a ([UP]*ix) "shell" is ever going to be substituting
  21. for all the innumerous and surprisingly often useful pieces of goods imple-
  22. mented since day seventeen.
  23.  
  24. Please resort to "at" or personal "crontab" entries (if on your system).
  25. `man 1 crontab' or `man 1 at' should offer some hints......
  26.  
  27.    ~~harald E.
  28.