Well, this is a script that does something similar like 'calendar' program. If you have a file with contents like: # Default filename is: .mycalendar # Comments goes here. # Month Day Year Message Jan 1 2001 Happy Millenium! Jan 1 2001 It's 21st Century! # Comments goes here. Sep 18 2000 (Happy Birthday!) Sep 18 2000 (Whose BD is it?)and invoke the script: % date Mon Sep 18 16:33:22 JST 2000 % ./calendar.plYou will get something like: --- Schedule for Mon Sep 18 16:33:35 JST 2000 --- (Happy Birthday!) (Whose BD is it?) --------------------------------------------------I check my daily schedules using this script whenever I login by adding invoking it from .cshrc file. |
this page is maintained by:
jchakma@yahoo.com