aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00ba07b..f2d1885 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,12 @@ To compile:
cargo build --release
```
+#### Examples
+
+```console
+ilc stats -f w -i full.dated.sorted | jq ".stats.freqs[].lines" | awk '{ total += $1; count++ } END { print total/count }'
+```
+
#### Usage
```console
Usage: