Create password protected zip in unix
This code example demonstrates Bash programming techniques and best practices.
zip -re file_flip.zip file1.csv file2.csv
#Next, enter the the password twice.
Language: Bash
Original Source: BlogEngine.NET Migration
Code Lines: 11
Create password protected zip in unix
zip -re file_flip.zip file1.csv file2.csv #Next, enter the the password twice.