Use o grep com a opção "-h".
-h, --no-filename
Suppress the prefixing of file names on output. This is
the default when there is only one file (or only standard input) to
search.
find ./files/ -name "*.txt" -print0 | xargs -0 grep -h "5|20150507"