Recursively Find And Replace Text Inside Files
by Kyle on · Posted in Bash
find . -type f -print | xargs sed -i -e 's/FIND/REPLACE/g'
![]()
Search · Sitemap · Contact · Account Center
by Kyle on · Posted in Bash
find . -type f -print | xargs sed -i -e 's/FIND/REPLACE/g'
![]()