Search ignoring certain files

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 --recursive --exclude '{{*.htm}}' '{{^[dl]og}}' {{.}}

click the source code to copy