Difference between revisions of "Datamash"
(added standard links) |
|||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU datamash | |Name=GNU datamash | ||
− | |Short description=Scriptable statistics and data calculation | + | |Short description=Scriptable statistics and data calculation. |
|Full description='''Datamash''' is a command-line program which performs basic numeric, textual and statistical operations on input textual data files. | |Full description='''Datamash''' is a command-line program which performs basic numeric, textual and statistical operations on input textual data files. | ||
Line 9: | Line 9: | ||
|VCS checkout command=git clone git://git.sv.gnu.org/datamash.git | |VCS checkout command=git clone git://git.sv.gnu.org/datamash.git | ||
|Documentation note=https://www.gnu.org/software/datamash/manual/ | |Documentation note=https://www.gnu.org/software/datamash/manual/ | ||
+ | |||
+ | '''Selection from the [https://shop.fsf.org/ FSF shop]''' | ||
+ | |||
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
− | |Related projects=littler | + | |Related projects=gnustandards,littler |
|Version identifier=1.3 | |Version identifier=1.3 | ||
− | |Version date=2018/ | + | |Version date=2018/12/22 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https://ftp.gnu.org/gnu/datamash/datamash-1. | + | |Version download=https://ftp.gnu.org/gnu/datamash/datamash-1.4.tar.gz |
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/03 |
|Submitted by=Agn | |Submitted by=Agn | ||
|Submitted date=2014/07/05 | |Submitted date=2014/07/05 | ||
Line 24: | Line 39: | ||
|Paid support=https://www.fsf.org/resources/service/ | |Paid support=https://www.fsf.org/resources/service/ | ||
|Accepts cryptocurrency donations=Yes | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/datamash/datamash-1.4.tar.gz.sig | ||
|Test entry=No | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
Line 39: | Line 55: | ||
|Role=A uthor & Maintainer | |Role=A uthor & Maintainer | ||
|Email=assafgordon@gmail.com | |Email=assafgordon@gmail.com | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 50: | Line 62: | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
− | |Resource URL=https://savannah.gnu.org/projects/datamash | + | |Resource URL=https://savannah.gnu.org/projects/datamash/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://git.savannah.gnu.org/cgit/datamash.git | + | |Resource URL=https://git.savannah.gnu.org/cgit/datamash.git/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-datamash | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-datamash/ |
}} | }} | ||
{{Resource | {{Resource | ||
Line 66: | Line 78: | ||
{{Resource | {{Resource | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://ftp.gnu.org/gnu/datamash | + | |Resource URL=https://ftp.gnu.org/gnu/datamash/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL=https://translationproject.org/domain/datamash.html | + | |Resource URL=https://translationproject.org/domain/datamash.html/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL= | + | |Resource URL=https://savannah.gnu.org/people/ |
}} | }} | ||
{{Software category | {{Software category | ||
Line 81: | Line 92: | ||
|Mathematics=statistics | |Mathematics=statistics | ||
|Programming-language=C | |Programming-language=C | ||
− | |Runs-on=Windows, BSD, OS X | + | |Runs-on=Windows, BSD, OS X, GNU/Linux |
|Science=biology | |Science=biology | ||
|Use=mathematics, science | |Use=mathematics, science | ||
Line 88: | Line 99: | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=autotools | + | |Prerequisite description=autotools]] |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=C compiler | + | |Prerequisite description=C compiler like [[gcc]] |
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 02:14, 3 January 2019
GNU datamash
https://www.gnu.org/software/datamash/
Scriptable statistics and data calculation.
Datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files.
Datamash is designed to be portable and reliable, and aid researchers to easily automate analysis pipelines, without writing code or even short scripts.
This is a GNU package:
datamash
Download
https://ftpmirror.gnu.org/datamash/datamash-1.7.tar.gz
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Assaf Gordon | Author & Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah (Ref) | https://savannah.gnu.org/projects/datamash/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/datamash.git/ | |
Download | https://alpha.gnu.org/gnu/datamash/ | |
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/datamash/ | |
Debian (Ref) | https://tracker.debian.org/pkg/datamash | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Download | https://download.savannah.gnu.org/releases/datamash/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-datamash/ | |
General | https://translationproject.org/domain/datamash.html | |
General | https://savannah.gnu.org/people/ | |
Download | https://ftp.gnu.org/gnu/datamash/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | C compiler like gcc |
Required to build | autotools |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.