Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3182  / 2 Years ago, fri, december 10, 2021, 7:03:09

I need a way to hide zip files in a file .



Example i have a 1.zip , 2.zip ,3.zip contain data



I need to concatenates them in a new file called example.jpg.



Is there a way ?


More From » zip

 Answers
5

1. Open Terminal



2. Cd to the zips location (example : cd /test ) where i put them there .




  1. type cat 1.zip 2.zip 3.zip > example.jpg



A file example.jpg is created , it seems to be corrupted but in real it contain the 3 zip files with there date .



You can now delete the files (1.zip ,2.zip,3.zip)



To extract them from the example.jpg :



unzip example.jpg -d /destinationyouwant


Hope it helps !


[#27235] Sunday, December 12, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atereress

Total Points: 79
Total Questions: 106
Total Answers: 119

Location: Federated States of Micronesia
Member since Sun, May 16, 2021
3 Years ago
atereress questions
Wed, Aug 4, 21, 03:15, 3 Years ago
Sat, Apr 16, 22, 17:34, 2 Years ago
Thu, Dec 22, 22, 05:56, 1 Year ago
Sun, May 15, 22, 15:59, 2 Years ago
;