If you want to store a big folder as a single file, so it could be easily uploaded somewhere or shared with someone, you can create a simple zip archive from it.
To avoid wasting a time and resources on compression and decompression, this zip archive can be created without compression.
In this short note i will show how to create a zip file without compression from the command line on Windows, Linux and MacOS. (more…)