Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
Find and replace file text recursively
Linux
<pre><code>find . -type f -name *food* -exec sed -i 's/taco/pizza/g' {} + </code></pre>
© 2026 Code0x378