Hi all
I can unpack this directory but am stuck with figuring out how to zip it back up in the original format *.gz
Gzip only works with individual files and I do not need it to be archived as *.tar.gz
I have tried using 7z eg
7z a -tgzip <directory name>
which doesn't work.
Can someone let me know how to do this?
All that I am attempting to do is modify the existing directory and repack it.
Thanks in advance