Assume that I want to scan every file in this directory (recurring, too).
And I want to change happy.magic with
sad.apps.magic
? How can I go about doing this?
search-type f -exec sed -is, happy.magic, sad.apps. Magic, g '{} \;
Assume that I want to scan every file in this directory (recurring, too).
And I want to change happy.magic with
sad.apps.magic
? How can I go about doing this?
search-type f -exec sed -is, happy.magic, sad.apps. Magic, g '{} \;
Comments
Post a Comment