jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
my current script for counting storyteller service requests after a system restart:
cat /var/log/storyteller/storytellerLog.txt | grep Req | wc -l | cowthink
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
my current script for counting storyteller service requests after a system restart:
cat /var/log/storyteller/storytellerLog.txt | grep Req | wc -l | cowthink