Zydecode Studio

find text within a BSD file

find / -iname “*.conf” -print0 | xargs -0 grep “the text you need to find”

2 Responses to “find text within a BSD file”

  1. Chris Says:

    Cheers mate,

    Glad to see you figured it out!
    (Hope this post isn’t desecrating the serenity of your logs)

  2. Sean Says:

    wow - the first non-spam comment in months!

    yes, found the answer - of course, looking at it now, it’s obvious, isn’t it ;o)

    …not.