 c16e7a3b75
			
		
	
	
		c16e7a3b75
		
			
		
	
	
	
	
		
			
			Use the following command:
```
$ GREP_SED="^\(\s\+master_type: \)true" \
  && grep -rl "${GREP_SED}" test/integration/ \
  | xargs sed -i -e "/${GREP_SED}/s//\1str/"
```
		
	
 c16e7a3b75
			
		
	
	
		c16e7a3b75
		
			
		
	
	
	
	
		
			
			Use the following command:
```
$ GREP_SED="^\(\s\+master_type: \)true" \
  && grep -rl "${GREP_SED}" test/integration/ \
  | xargs sed -i -e "/${GREP_SED}/s//\1str/"
```