i have a script that i need to run on a large number of files with the extension *.tar.gz.
what i want to do is instead of uncompressing them and then running the script, i want to be able to uncompress them as i run the command and then work on the uncompressed folder, all with a single command.
i think a pipe is a good solution for this but i haven't used it before. how wud i do this?