Horje
linux compress folder Code Example
gzip folder with tar
# gzip my-folder-name
#
# flags:
# 	z = filter the archive through gzip
# 	c = create a new archive
# 	v = verbosely list files processed
# 	f = use archive file or device ARCHIVE
#
# Example:
tar -zcvf my-filename.tar.gz my-folder-name
linux compress folder
tar -zcf archive-name.tar.gz foldername
command to compress folder linux
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file




Shell

Related
git shortcuts Code Example git shortcuts Code Example
ubuntu bionic update security has sum mismatch Code Example ubuntu bionic update security has sum mismatch Code Example
how to shutdown port in windows Code Example how to shutdown port in windows Code Example
check ram memory usage linux Code Example check ram memory usage linux Code Example
hash sum mismatch ubuntu Code Example hash sum mismatch ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11