vi path_config
:%s/{CLIENT_NAME_HERE}/"nom_client"/g
find . -type f -name "path_config*" -exec sed -i 's/{CLIENT_NAME_HERE}/"nom_client"/g' {} +