diff options
author | Till Höppner | 2016-03-07 17:04:44 +0100 |
---|---|---|
committer | Till Höppner | 2016-03-07 17:04:44 +0100 |
commit | 1ac6fb7de596606a5e0653e899c42596fc916514 (patch) | |
tree | b163075f3018d01990a87f143eaec0670cb1e8e2 | |
parent | a4db0628a0377b39be02f0e83832b0c3527933e1 (diff) | |
download | ilc-1ac6fb7de596606a5e0653e899c42596fc916514.tar.gz ilc-1ac6fb7de596606a5e0653e899c42596fc916514.tar.xz ilc-1ac6fb7de596606a5e0653e899c42596fc916514.zip |
Add simple example
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |