Mawk!

* XTerm FAQ * XTerm ChangeLog * See Also * Download * Related Links # XTERM Terminal emulator for the X Window System

Mawk alternatives

  • ripgrep

  • ripgrep is a command line search tool that combines the usability of The Silver Searcher (an ack clone) with the raw speed of GNU grep.

    tags: search-tool grep
  • datamash

  • GNU datamash is command-line program which performs simple calculation (e.g. count, sum, min, max, mean, stdev, string coalescing) on input files. Datamash has a rich set of statistical functions, to quickly assess information in textual input files. An example of calculating basic statistic (mean, 1st quartile, median, 3rd quarile, IQR, sample-standard-deviation, and p-value of Jarque-Bera test for normal distribution:

    tags: data-analysis command-line-interface statistical-analysis text-analysis