diff --git a/README.md b/README.md index f6b705e..df8ff5a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ curl -Ns 'http://host/logs?stream&skip' # will output nothing :) curl -Ns 'http://host/logs?skip' + +# combine with pipes +curl -Ns 'http://host/logs?stream&skip' | grep 'tokens per second' ``` ## Systemd Unit Files