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