Difference between revisions of "Tar -J"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* <code>[[tar]] -J</code>  
 
* <code>[[tar]] -J</code>  
 
* <code>[[xz]]</code>
 
* <code>[[xz]]</code>
  tar c your_directory | xz [[-T0]] -c > your_file_name.tar.xz
+
  [[tar c]] your_directory | xz [[-T0]] -c > your_file_name.tar.xz
  
  

Revision as of 09:30, 19 January 2024

tar c your_directory | xz -T0 -c > your_file_name.tar.xz


See also

Advertising: