A practical overview of most useful Unix tools

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • learn_gnuawk

    Example based guide to mastering GNU awk

  • invoice

    Calculate a billable amount, hours and days logged for 1 or more projects. (by nickjj)

  • > Unsurprisingly I disagree with the post's description of awk being an "advanced command".

    I think it can be pretty advanced, for me awk is one of those tools where I still feel like I need to write a paragraph of comments to explain 1 line of code.

    For example: https://github.com/nickjj/invoice/blob/master/invoice#L11-L3...

    Keep in mind I don't really "know" awk. I cobbled that together from a few examples.

    NOTE: I wrote that script 3.5 years ago and I know there's questionable patterns in other areas of the script that's not highlighted like using a bunch of separate echo calls instead of a heredoc.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jq

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

  • ngs

    Next Generation Shell (NGS)

  • > No "proper programming language" is capable of ergonomically piping between programs.

    Solved. https://github.com/ngs-lang/ngs

    I'm the author. Frustrated with exactly this situation I created Next Generation Shell. It's a "proper programming language" on one hand but domain-specific for "DevOps"y scripting on another. So sane syntax, data structures, error handling, multiple dispatch on one hand but also syntax for running external programs, pipes and redirects.

    You are welcome!

  • xsv

    A fast CSV command line toolkit written in Rust.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts