UncategorizedUseful Bash Command 2021-10-08 - by Jason How to replace a string in multiple files in linux command linecd /path/to/your/folder sed -i 's/foo/bar/g' *