# Version courte grep -roh --exclude="*.apib" "api.error[^'\"]*" src/ # Version longue grep --recursive --only-matching --no-filename --exclude="*.apib" "api.error[^'\"]*" src/