From 1ac6fb7de596606a5e0653e899c42596fc916514 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Mon, 7 Mar 2016 17:04:44 +0100 Subject: Add simple example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.3