I am trying to use some data, but would prefer to store it in a compressed manner and then access it via a named pipe that is being decompressed to. E.g.: However, this does not complete. I don't ...
OK, I've got about 30 .tar.gz files that I'd like to decompress into a directory. What's a good way to decompress all these files without doing 'tar xzvf file1.tar.gz && tar xzvf file2.tar.gz' etc.? I ...