From 07464c114dd6dadc43a548e927ea5d4b6edd991d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 16 Jun 2017 15:39:01 +0300 Subject: [PATCH] Add script parse_html/count-parsers --- parse_html/.gitignore | 1 + parse_html/count-parsers | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 parse_html/.gitignore create mode 100755 parse_html/count-parsers diff --git a/parse_html/.gitignore b/parse_html/.gitignore new file mode 100644 index 0000000..0bdd5c9 --- /dev/null +++ b/parse_html/.gitignore @@ -0,0 +1 @@ +parsers.count-* diff --git a/parse_html/count-parsers b/parse_html/count-parsers new file mode 100755 index 0000000..d3b9402 --- /dev/null +++ b/parse_html/count-parsers @@ -0,0 +1,4 @@ +#! /bin/sh + +grep -F "Parser parse_html.bkmk_ph_" check2.log | cut -b 36- | + sort | uniq -c > parsers.count-"`date \"+%Y-%m-%d\"`" -- 2.39.2