Skip to content

Commit

Permalink
Create linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N-E-W-T-O-N authored Oct 17, 2022
1 parent a705477 commit 5b2c6a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,10 @@ Options:
## Zip
- To compress a file , zip command is use. The syntax is shown below:


```sh
### Syntax
- zip [options] [archive-file] [file or directory to be archived]

```sh
zip –d filename.zip file.txt
zip –u filename.zip file.txt


Options:
–d # Remove a specific file from zip
-m # Deletes the original files after zipping
Expand Down

0 comments on commit 5b2c6a1

Please sign in to comment.