NAME log - a work log / todo list maintainer COMMANDS The following commands are available in the ``log'' utility. log add Adds a message to the log Required options: -m[essage] "message being added to the log" If the message is not defined the program looks in the EDITOR environment variable and opens that program for you to add in. log del Deletes a message from the log Required options: -n[um] msgnum -p[attern] <-v[erbose]> <-i[gnorecase]> log get Gets a message from the log Required options: -n[um] msgnum log list Lists all messages in the log Optional options: -v[erbose] Lists date of addition and last time edited for message log modify Modifies a message in the log Required options: -n[um] msgnum -m[essage] "new message for the entry in the log" If the message is not defined the program looks in the EDITOR environment variable and opens that program for you to edit in. log search Searches the log for messages containing the pattern Required options: -p[attern] "^new" The pattern is a Perl regex to search the log for Optional options: -v[erbose] Lists date of addition and last time edited for message COPYRIGHT Copyright 2002 Thomas Eibner All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.