aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-03-07 17:04:44 +0100
committerTill Höppner2016-03-07 17:04:44 +0100
commit1ac6fb7de596606a5e0653e899c42596fc916514 (patch)
treeb163075f3018d01990a87f143eaec0670cb1e8e2
parenta4db0628a0377b39be02f0e83832b0c3527933e1 (diff)
downloadilc-1ac6fb7de596606a5e0653e899c42596fc916514.tar.gz
ilc-1ac6fb7de596606a5e0653e899c42596fc916514.tar.xz
ilc-1ac6fb7de596606a5e0653e899c42596fc916514.zip
Add simple example
-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: