Returns the string for the bash command to run a replacement of text in a file or set of files within a folder.
replace({ match: 'foo', replace: 'bar', file: '*.txt' }) Copy
replace({ match: 'foo', replace: 'bar', file: '*.txt' })
The options applied when running the replacement.
The bash command string.
Returns the string for the bash command to run a replacement of text in a file or set of files within a folder.
Example