Horje
how to unzip using tar Code Example
how to unzip Tar file
## Untar files in Current Directory ##
tar -xvf filename.tar.gz

## Untar files in specified Directory ##
tar -xvf filename.tar.gz -C /path_name_for_unzip/

-x : extract
-C : specified directory
-v : Verbosely show the .tar file progress.
-f : filename of archive file
how to unzip using tar
tar -xf archive.tar.gz
Source: linuxize.com




Shell

Related
composer install  require ext-dom * -> it is missing from your system Code Example composer install require ext-dom * -> it is missing from your system Code Example
.nvm bash Code Example .nvm bash Code Example
find change permissions to subdirectories Code Example find change permissions to subdirectories Code Example
extract tar.gz Code Example extract tar.gz Code Example
install bootstrap in angular 10 Code Example install bootstrap in angular 10 Code Example

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