On Jun 23, 2009, at 6:48 PM, Peter Humphrey wrote:

Hello list,

I'm reduced to asking a newcomer's question: how can I make sed recurse down a directory tree? And while I'm at it, how do I change the field separator
from / to enable me to search on that character?

maybe something like:

find . -name '*' -exec sed {options} '{}' \;

HTH


Reply via email to