header image

Code Snippets

Substitute Values in Files Using sed

| Last updated:
find ./ -type f -print0 | xargs -0 sed -i "" "s/__VALUE__/$SUB/g"