rawiriblundell / sh_libpath

Making shell scripts more robust with libraries
Apache License 2.0
11 stars 2 forks source link

Add numbers/math function to average its inputs #6

Closed rawiriblundell closed 2 years ago

rawiriblundell commented 2 years ago

As per the title.

Example: cut -d',' -f3 | average

I'm not sure that this is one that should parse args i.e. average 1 4 9 6 2, but maybe?