We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find . -type f \( -name "*.go" -or -name "*.proto" -or -name "*.md" \) -print0 | xargs -0 gsed -i 's/the the /the /g'