Difference between revisions of "Datamash"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[datamash]]<ref>https://www.gnu.org/software/datamash/</ref> is a command-line program which performs basic numeric and statistical operations.
 
[[datamash]]<ref>https://www.gnu.org/software/datamash/</ref> is a command-line program which performs basic numeric and statistical operations.
 +
 +
[[brew install datamash]]
  
 
== Basic Usage ==
 
== Basic Usage ==

Revision as of 14:45, 4 May 2023

datamash[1] is a command-line program which performs basic numeric and statistical operations.

brew install datamash

Basic Usage

  • seq 10 | datamash --header-out min 1 mean 1 median 1 max 1 sstdev 1 count 1
  • Add two numbers: echo -e "100\n 50" | datamash sum 1

See also

  • https://www.gnu.org/software/datamash/
  • Advertising: