Can anyone suggest a bash one liner to find all text files that have a certain string in them and print the names? I've been playing around with 'for-do-done', but I'm wondering now if maybe 'find' might be better. -- Todd