datamash
Verified for current stable LTS
Datamash Commands
Datamash command syntax with verified terminal examples.
Commands
4 commands for Datamash
datamash HTTP
Datamash Command: Get Mean Float Numbers Comma
echo -e '1.0\n2.5\n3.1\n4.3\n5.6\n5.7' | tr '.' ',' | datamash mean 1 datamash HTTP
Datamash Command: Get Mean Ignore Strings Na Nan
echo -e '1\n2\nNa\n3\nNaN' | datamash --narm mean 1 datamash HTTP
Datamash Command: Get Mean Precision Single Column Numbers
echo -e '1\n2\n3\n4\n5\n5' | datamash -R <number_of_decimals_wanted> mean 1 datamash HTTP
Datamash Command: Get Stats Max Min Mean Median Single Column
seq 3 | datamash max 1 min 1 mean 1 median 1 Suggest a Datamash Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Datamash workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.