Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

extract a tar.xz file linux

tar -xf filename.tar.xz
Comment

unzip tar.xz linux

tar -xf archive.tar.xz -C /home/linuxize/files
Comment

extract tar.xz linux

 tar -xf filename
 
Comment

extract a tar.xz in linux

tar -xvf archive.tar.xz
Comment

ubuntu extract .tar.xz file

unxz file.tar.xz
tar -xf file.tar
Comment

unzip .tar.xz

compress : tar cfJ file.tar.xz myFile

decompress : tar -xJf file.tar.xz
Comment

PREVIOUS NEXT
Code Example
Shell :: stop all docker machiens 
Shell :: docker compose install 
Shell :: dev/kvm not found 
Shell :: gparted 
Shell :: read -p linux 
Shell :: install docker on ubuntu 
Shell :: rename directory from command line 
Shell :: create powershell profile 
Shell :: install npm packages on shared hosting 
Shell :: install kubectl on ubuntu 
Shell :: linx delete 
Shell :: uninstall docker ubuntu 20.04 
Shell :: cast audio to google home mini from pc linux 
Shell :: psneuter download 
Shell :: download stardocks sdk from nuget package 
Shell :: see active apcahe conf file 
Shell :: github shows two icons on commit 
Php :: drupal 8 show php errors settings.php 
Php :: check if session is started php 
Php :: laravel order by random 
Php :: php date plus days 
Php :: php redirect 
Php :: the $request argument is type-hinted with the non-existent class or interface: "AppControllerRequest". 
Php :: wordpress debug mode enabled 
Php :: woocommerce product image zoom on hover disable 
Php :: get page title wordpress 
Php :: laravel .htaccess settings 
Php :: php remove newline 
Php :: php convert spaces to underscores 
Php :: php get elapsed time 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =