Ensure end_filter plugin lifecycle stage gets called.

This commit is contained in:
Andrés N. Robalino
2020-05-29 03:10:15 -05:00
parent 360e8340d1
commit 48ee20782f
4 changed files with 74 additions and 34 deletions

View File

@ -1,5 +1,5 @@
# average
This command allows you to calculate the average of values in a column.
Calculate the average of values in a column.
## Examples
To get the average of the file sizes in a directory, simply pipe the size column from the ls command to the average command.