ned

Is like grep but with powerful replace capabilities.
Unlike sed, as it isn't restricted to line oriented editing.

=> More information.

ned --ignore-case --recursive '{^[dl]og}' {.}
ned --colors '{^[dl]og}' {.}
ned --colors=never '{^[dl]og}' {.}
ned --recursive --exclude '{*.htm}' '{^[dl]og}' {.}
ned '{dog}' --replace '{cat}' {.}
ned '{the ([a-z]+) dog and the ([a-z]+) dog}' --replace '{the $2 dog and the $1 dog}' {.}
ned '{([a-z]+) dog}' --case-replacements --replace '{\U$1\E! dog}' --stdout {.}
ned '{^[sb]ad}' --replace '{happy}' --stdout {.}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/ned.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
104.996795 milliseconds
Gemini-to-HTML Time
0.541641 milliseconds

This content has been proxied by September (ba2dc).