How to Install datamash in Ubuntu 18.04



Install datamash by entering the following commands in the terminal:

sudo apt update
sudo apt install datamash

Description:

statistics tool for command-line interface

GNU Datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files. It is designed to be portable and reliable, and aid researchers to easily automate analysis pipelines, without writing code or even short scripts.

Homepage: https://savannah.gnu.org/projects/datamash/

Version: 1.2.0-1

Section: universe/utils