Horje
linux tar gz Code Example
tar.gz
tar -xvf file.tar.gz
how to zip with tar command
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
untar tar.gz
tar -xzf file.tar.gz
linux tar gz
# compress
tar czvf < archive_name >.tar.gz < path >
# extract
tar xzvf < archive_name >.tar.gz
tar xzvf < archive_name >.tar.gz  -C /home/usera/tmp
tar gz linux command
tar -czvf projects.tar.gz projects/
unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz




Shell

Related
docker remove not running containers Code Example docker remove not running containers Code Example
how to remove all files except one in linux Code Example how to remove all files except one in linux Code Example
debian give write permission Code Example debian give write permission Code Example
tar extract to folder Code Example tar extract to folder Code Example
Error: That port is already in use. Code Example Error: That port is already in use. Code Example

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