I would like to find and gzip/tarball contents of all the folders matching
wordpress in my directory, but I am having trouble trying to get the command
to work, I thought it was something like
find * | tar -zcvf jdaniel/wp-all.tar.gz 'grep wordpress'
tar: Exiting with failure status due to previous errors
