How can I unzip such files in ubuntu?
I have a list of files end with those extensions
filename.tar.gzaa
filename.tar.gzab
filename.tar.gzac
filename.tar.gzad
filename.tar.gzae
filename.tar.gzaf
they have the same 'filename' with different suffix in extension. And gzaa, to gzae has the same file size 1.1G and gzaf has a small file size.
I think all these files are 1 big zip file.
how can i unzip them?
Based on the file extensions, it seems like you're trying to extract something you downloaded from Symantec. If so, run this:
to combine the split files, and then
to extract the resulting archive.
Update It seems that the files are for Symantec Storage Foundation (link here).
Sources: this and this