Horje
tar directory 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
tar directory
tar -czvf archive.tar.gz stuff
tar a directory linux
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file




Shell

Related
mamp connect to mysql Code Example mamp connect to mysql Code Example
ubuntu change permissions on folder and subfolders Code Example ubuntu change permissions on folder and subfolders Code Example
install react 16 Code Example install react 16 Code Example
check redis server status Code Example check redis server status Code Example
ufw allow http and httpw connections Code Example ufw allow http and httpw connections Code Example

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