From: Paul Lutus Date: 2006-12-03T02:15:06+09:00 Subject: Re: calculations on lists of numbers William James wrote: > ara.t.howard@noaa.gov wrote: >> for years i've felt that i should be able to pipe numerical output into >> some unix command like so >> >> cat list | mean >> cat list | sum >> cat list | minmax > > Why drag in the cat when it's utterly superfluous? > > mean sum minmax