Horje
tar extract to path Code Example
tar extract to path
tar -xf archive.tar -C /target/directory
tar extract to folder
# 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




Shell

Related
count the number of folder linux command line Code Example count the number of folder linux command line Code Example
install git gui ubuntu Code Example install git gui ubuntu Code Example
Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages HttpError404 Code Example Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages HttpError404 Code Example
how to make dock transparent ubuntu Code Example how to make dock transparent ubuntu Code Example
openssl generate certificate Code Example openssl generate certificate Code Example

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