Skip to content

Commit 915ba98

Browse files
committed
adds related commands to all zip commands
1 parent e60b164 commit 915ba98

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: commands/zip/unzip-command.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
`unzip ak-cli.zip -d ak-cli`
1111

1212

13-
<img src="../../gifs/unzip-command.gif" alt="Zip Command"/> <br>
13+
<img src="../../gifs/unzip-command.gif" alt="Zip Command"/> <br>
14+
15+
### Related
16+
17+
- [Zip directory](zip-command.md)
18+
- [Zip with encryption](zip-command-encryption.md)

Diff for: commands/zip/zip-command-encryption.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
#### Example:
99

1010
`zip -er ak-cli.zip /ak-cli`
11+
12+
### Related
13+
14+
- [Zip directory](zip-command.md)
15+
- [Unzip file](unzip-command.md)

Diff for: commands/zip/zip-command.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
`zip -r ak-cli.zip /ak-cli`
1111

1212

13-
<img src="../../gifs/zip-command.gif" alt="Zip Command"/> <br>
13+
<img src="../../gifs/zip-command.gif" alt="Zip Command"/> <br>
14+
15+
### Related
16+
17+
- [Zip with encryption](zip-command-encryption.md)
18+
- [Unzip file](unzip-command.md)

0 commit comments

Comments
 (0)