cmdchallenge
cmdchallenge copied to clipboard
replace text in files: "challenges are difficult"
This works: find . -name '*.txt' -type f -exec sed -i 's/difficult//g' {} + so "challenges are difficult" is not checked as a whole
Thanks for the issue, I have some ideas how to improve the validation. I will update this issue when are implemented.