We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f02fdf commit 5725dcaCopy full SHA for 5725dca
README.md
@@ -12,6 +12,7 @@ to manage.
12
* [Bash](#bash)
13
* [Docker](#docker)
14
* [Mac](#mac)
15
+* [Other](#other)
16
* [Screen](#screen)
17
* [SSH](#ssh)
18
* [Ubuntu](#ubuntu)
@@ -32,6 +33,10 @@ to manage.
32
33
34
- [Remap Home and End Keys](mac/remap-home-and-end-keys.md)
35
36
+### Other
37
+
38
+- [Encrypt zip File](other/encrypt-zip-file.md)
39
40
### Screen
41
42
- [My Evolving .screenrc File](screen/.screenrc)
other/encrypt-zip-file.md
@@ -0,0 +1,7 @@
1
+# Encrypt zip File
2
3
+### Mac / Ubuntu
4
5
+```
6
+zip -e <output.zip> <input>
7
0 commit comments