Show HN: Hck – a fast and flexible cut-like tool

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • regexp-cut

    Use awk to provide cut like syntax for field extraction

  • I saw about `hck` recently on twitter, was impressed to see support for compressed files. From the current todo list, I hope complement is implemented for sure.

    I see Negative index is currently "unlikely". I'm writing a similar tool [0], but with bash+awk. I solved the negative index support with a `-n` option, which changes the range syntax to `:` instead of `-` character.

    My biggest trouble came with literal field separator [1], because FS can only be specified as a string in awk and backslash is a metacharacter for both string and regexp.

    [0] https://github.com/learnbyexample/regexp-cut

    [1] https://learnbyexample.github.io/escaping-madness-awk-litera...

  • tac

    A high-performance, cross-platform file reverse utility (by neosmart)

  • 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
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

  • Tuc – When cut doesn’t cut it

    5 projects | /r/commandline | 13 Jun 2022
  • Learn GNU awk with hundreds of examples and exercises

    2 projects | /r/linux | 24 Aug 2023
  • Ask HN: What is the best source of documentation for Awk?

    1 project | news.ycombinator.com | 25 Sep 2022
  • Tuc – when cut doesn’t cut it

    7 projects | news.ycombinator.com | 13 Jun 2022
  • Easily handle CLI operation via Python instead of regular Bash programs

    10 projects | news.ycombinator.com | 11 Feb 2022