in reply to best way to keep a simple count?
I'm a sucker for log files, so I would probably capture the date and time of the program's run, perhaps its arguments (if any) on one line of a log file. Then, I could just run wc -l /logfile for a count, but then I can capture other information as well.
|
|---|