Recursively search starting in the current directory, ignoring case

ned

  • Is like `grep` but with powerful replace capabilities.
    Unlike `sed`, as it isn't restricted to line oriented editing.
    More information: <https://github.com/nevdelap/ned>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

ned --ignore-case --recursive '{{^[dl]og}}' {{.}}

click the source code to copy