Horje
tar a directory linux 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
git delete local tag Code Example git delete local tag Code Example
install snap fedora Code Example install snap fedora Code Example
pod install [!] No `Podfile' found in the project directory. react-native Code Example pod install [!] No `Podfile' found in the project directory. react-native Code Example
push project to Github Code Example push project to Github Code Example
speed up video with ffmpeg Code Example speed up video with ffmpeg Code Example

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