Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 384 Bytes

tag-stats.md

File metadata and controls

15 lines (9 loc) · 384 Bytes

tag-stats

Create key or tag frequency statistics.

Run

odmt-tag-stats [OPTIONS] INPUT-FILE

OPTIONS are:

  • --help, -h: Print usage information.
  • --max-tags, -m: count tags only on objects with no more than this many tags (default: all)
  • --min-count, -c: tags with a count smaller than this will not be output
  • --with-values, -v: also count values, not only keys