in reply to Re^2: best way to keep a simple count?
in thread best way to keep a simple count?
Code Pendants question was vague. He just wanted to know what other people used. He didn't state anything specific about his situation. Other than the implicite suggestion the program is started once a day (so, no multiple occurences).
Here's another one-liner you can list faults for:
perl -pi -le '$_++' counter
|
|---|