add zipinfo

This commit is contained in:
Steve Mao
2020-02-01 10:16:23 +11:00
committed by GitHub
parent d83c77fa65
commit 8540c6b9cf

View File

@@ -33,6 +33,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
1. [open a file with the default program](#open-a-file-with-the-default-program)
1. [zip a folder](#zip-a-folder)
1. [unzip a folder](#unzip-a-folder)
1. [peek files in a zip file](#peek-files-in-a-zip-file)
1. [remove a file](#remove-a-file)
1. [remove a folder](#remove-a-folder)
1. [list folder contents](#list-folder-contents)
@@ -197,6 +198,14 @@ zip -r archive_name.zip folder_to_compress
unzip archive_name.zip
```
## peek files in a zip file
**STOP USING WinRAR** :-1:
```shell
zipinfo archive_name.zip
```
## remove a file
**STOP RIGHT CLICKING AND DELETE A FILE PERMANENTLY** :-1: