How can I unzip the two ISO ZIP files?

How can I unzip the two files?

zip -FF /{$path-to-split-zip}/manjaro-kde-23.0-minimal-230710-linux63.iso.zip --out /{$path-to-merged-zip}/some-name.zip

Change $path variables to an actual path on your disk. Then unzip some-name.zip

1 Like