[Linux] Zipping a Directory with the zip CommandJul 201 min readA note on Linux commandszip -r <zip file name> <directory to zip>
Comments