learn_gnused

Example based guide to mastering GNU sed (by learnbyexample)

Learn_gnused Alternatives

Similar projects and alternatives to learn_gnused

  1. duckduckgo-locales

    Translation files for <a href="https://duckduckgo.com"> </a>

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. tldr

    276 learn_gnused VS tldr

    📚 Collaborative cheatsheets for console commands

  4. cheat.sh

    the only cheat sheet you need

  5. bitbar

    Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)

  6. mcfly

    Fly through your shell history. Great Scott!

  7. tealdeer

    A very fast implementation of tldr in Rust.

  8. cheat

    cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. zsh-histdb

    A slightly better history for zsh

  11. learn_gnugrep_ripgrep

    Example based guide to mastering GNU grep and ripgrep

  12. useful-sed

    Useful sed scripts & patterns.

  13. gitstery

    A Git Murder Mystery

  14. debdroid

    Discontinued Install Debian on your Android Device (No longer maintained)

  15. clmystery

    A command-line murder mystery

  16. learn_gnuawk

    Example based guide to mastering GNU awk

  17. sokoban.sed

    Sokoban game implemented in sed

  18. TUI-apps

    Terminal User Interface (TUI) apps

  19. cheatsheet

    📜 A compendium of CLI commands I can't stop looking up (by fastily)

  20. cb

    Cleans the bookmarks.html file from Firefox from all the unnecessary ICON attributes (by sadirde)

  21. snippy

    Snippet manager with rofi and fzf (by BarbUk)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better learn_gnused alternative or higher similarity.

learn_gnused discussion

Log in or Post with

learn_gnused reviews and mentions

Posts with mentions or reviews of learn_gnused. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • Learn GNU sed with hundreds of examples and exercises
    2 projects | /r/commandline | 6 Jul 2023
    You can read the book online here: https://learnbyexample.github.io/learn_gnused/
  • Show HN: CLI text processing with GNU sed (eBook)
    3 projects | news.ycombinator.com | 29 Jun 2023
    Hello!

    I am pleased to announce a new version of my "CLI text processing with GNU sed" ebook. This book heavily leans on examples to present features one by one. In addition to sed commands and options, regular expressions are also discussed in detail.

    Links:

    * PDF/EPUB versions: https://learnbyexample.gumroad.com/l/gnu_sed (free for a few days)

    * Web version: https://learnbyexample.github.io/learn_gnused/ (always free)

    * Markdown source, example files, etc: https://github.com/learnbyexample/learn_gnused

    * Interactive TUI app for exercises: https://github.com/learnbyexample/TUI-apps/blob/main/SedExercises

    I would highly appreciate it if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.

    Happy learning :)

  • Ask HN: Can I see your cheatsheet?
    37 projects | news.ycombinator.com | 29 Jun 2022
    I use my ebooks for reference:

    * GNU grep and ripgrep (https://learnbyexample.github.io/learn_gnugrep_ripgrep/)

    * GNU sed (https://learnbyexample.github.io/learn_gnused/)

    * GNU awk (https://learnbyexample.github.io/learn_gnuawk/)

    * Ruby one-liners cookbook (https://learnbyexample.github.io/learn_ruby_oneliners/)

    * Perl one-liners cookbook (https://learnbyexample.github.io/learn_perl_oneliners/)

    * Command line text processing with GNU Coreutils (https://learnbyexample.github.io/cli_text_processing_coreuti...)

    * Command line text processing with Rust tools (https://learnbyexample.github.io/cli_text_processing_rust/) — work-in-progress

    * Computing from the Command Line (https://learnbyexample.github.io/cli-computing/) — work-in-progress

  • exercises.
    5 projects | /r/linuxquestions | 14 Feb 2022
  • Useful sed scripts and patterns for day to day usage
    5 projects | news.ycombinator.com | 11 Nov 2021
    Many commands using `-r` do not need the option for the command used (for ex: `sed -r '/start/q'`). Also, using `-E` is preferred instead of `-r` since some of the other implementations support this option but not `-r`.

    ---

    I wrote a book on GNU sed with plenty of examples and exercises: https://github.com/learnbyexample/learn_gnused It is free to read online and there's a detailed chapter for learning BRE/ERE regex flavor as well.

  • Linux/BSD command line wizardry: Learn to think in sed, Awk, and grep
    1 project | news.ycombinator.com | 1 Sep 2021
    Good introduction. But they should've at least mentioned that these tools can read a file input directly.

    >For example, the sed man page weighs in at around 1,800 words alone without ever really explaining how regular expressions work or the most common uses of sed itself.

    For Linux versions, `info` pages for grep/sed/awk are much more detailed and includes examples too. I use `man` pages only for quick reference. Also, I think I've read that BSD man pages are more detailed and include examples compared to Linux versions.

    If you'd like to learn more, I have books on these commands with hundreds of examples and exercises (free to read online):

    * https://learnbyexample.github.io/learn_gnugrep_ripgrep/

    * https://learnbyexample.github.io/learn_gnused/

    * https://learnbyexample.github.io/learn_gnuawk/

  • Linux/BSD command line wizardry: Learn to think in sed, awk, and grep
    1 project | /r/commandline | 31 Aug 2021
    GNU sed
  • Show HN: GNU sed eBook with hundreds of one-liners and exercises
    1 project | news.ycombinator.com | 23 Apr 2021
    Hello!

    This post links to the free to read online version.

    PDF/EPUB versions are available from Leanpub/Gumroad [0]. You can either get it as separate book or part of bundles (which includes grep, awk, etc).

    Code snippets, markdown source and other files related to the book is available on GitHub [1].

    Hope you find it useful. Happy learning :)

    [0] https://learnbyexample.github.io/learn_gnused/buy.html

    [1] https://github.com/learnbyexample/learn_gnused

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 Jul 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic learn_gnused repo stats
10
203
2.4
3 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Shell is
the 11th most popular programming language
based on number of references?