|
I have been using week log files at home and at work since 1999. It didn't
take me long to get bored of creating the blank log files manually, so this
program has been used for automating the process for most of that time.
Take a look at log.template which is the
template I use on my home machine and contains a nice example of defining a
subroutine in an [eval] construct for later use.
The command line I use is as follows, where log.template lives in the log
directory:
weeklog -dir ~/write/log -thisweek link
This is for a *nix system so I use 'link'. On my Windows machine at work I
would use 'rename'.
|