Hello,
I'm looking for something that will do the reverse of this,
where this tars and gzips all in one command:
I want something that gunzips and untars it one command. I have fiddled around to try and reverse it about 1000 ways to Sunday, but I haven't had any success. Thanks in advance!
I'm looking for something that will do the reverse of this,
where this tars and gzips all in one command:
Code:
tar cvf - ./* | gzip > app_hyperion.tar.gz
I want something that gunzips and untars it one command. I have fiddled around to try and reverse it about 1000 ways to Sunday, but I haven't had any success. Thanks in advance!