From 8540c6b9cf0ddc90cd035f7e55979bc2a4da231e Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Sat, 1 Feb 2020 10:16:23 +1100 Subject: [PATCH] add zipinfo --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 30b0467..9d108f5 100644 --- a/readme.md +++ b/readme.md @@ -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: