by David Phillip Oster <oster@[EMAIL PROTECTED]
>
Aug 2, 2007 at 09:05 AM
In article
<BLOCKSPAMfishfry-8A6693.22584601082007@[EMAIL PROTECTED]
>,
fishfry <BLOCKSPAMfishfry@[EMAIL PROTECTED]
> wrote:
> I want to be able to set an iCal reminder from a Unix command-line
> program.
In 1977 I was using the built-in unix utility "at" for this purpose.
Guess what; it still works, just the same, 30 years later, on OS X in
2007.
% echo "echo 'tea time'" | at 4PM
see :
% man at
on enabling 'at' on OS X.