Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. How to compress a whole directory in Linux or Unix
  2. You need to use the tar command as follows (syntax of tar command):
  3. tar -zcvf archive-name.tar.gz directory-name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement