Skip to main content
Home Forums 68kMLA Lots of vintage software — #9
Post #9 by Dog Cow
Source Forum68kMLA
CategorySoftware
Post DateMon, 10 Aug 2009 - 14:50
Original URLhttps://68kmla.org/bb/threads/lots-of-vintage-software.18196/
Post
You ought to make use of the Terminal.

Put all of the .img files into a folder in the root directory of your hard drive. We'll name the folder "image"

Now, open the terminal and type this command:

Code:
gzip --best -r /image
In less than a second, all of the .img files will be gzipped and can then be safely transmitted about the Internet. Bonus-- users of every major computer platform will be able to extract .gz files, as opposed to the formats mentioned earlier, which are rather rare on systems other than the Mac.

mp.ls