untar all files matching grep

Categories:

find ./ -name "*.tar.gz" | xargs -t -n1 tar -zxvf