Skip to content

v1.0.20

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 15:35
· 4 commits to main since this release
4e95db4

Move from alp count to alp (json|ltsv|regexp) count.

$ alp json count --file example/logs/json_access.log --keys ua
+-----+-----+
| SUM | UA  |
+-----+-----+
| 1   | UA4 |
| 3   | UA2 |
| 4   | UA1 |
| 4   | UA3 |
+-----+-----+

Changelog

  • 4e95db4 Merge pull request #85 from tkuchiki/fix-count-subcommand