mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-27 23:10:24 +02:00
add zipinfo
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user