I often want to write commands like this (in zsh, if it\'s relevant):
zsh
find | \\ grep stringinfilenamesIwant | \\
find -print0 | xargs -0 -I % grep something '%'