Horje
how to untar a tar file 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
extract tar.gz ubuntu terminal
tar -xvf yourfile.tar.gz
untar .tar file
tar -xvf yourfile.tar
how to untar a tar file
tar -zxvf file_name.tar.gz




Shell

Related
vlc linux Code Example vlc linux Code Example
how to change time on kali linux Code Example how to change time on kali linux Code Example
A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported. Code Ex A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported. Code Ex
npx --ignore-existing Code Example npx --ignore-existing Code Example
install chrome linux apt Code Example install chrome linux apt Code Example

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