(Linux/Unix) ganzes Verzeichnis komprimieren
You need to use tar command as follows (syntax of tar command):
tar -zcvf archive-name.tar.gz directory-name
Where,
* -z: Compress archive using gzip program
* -c: Create archive
* -v: Verbose i.e display