Difference between revisions of "Tar"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
  
 
+
* <code>tar -cf new_file.tar /path/folder/to/tar</code>
 
* <code>tar -cvf new_file.tar /path/folder/to/tar</code>
 
* <code>tar -cvf new_file.tar /path/folder/to/tar</code>
 
  -c (--create)
 
  -c (--create)

Revision as of 04:12, 30 April 2020

https://en.wikipedia.org/wiki/Tar_(computing)

http://man7.org/linux/man-pages/man1/tar.1.html

-c (--create)
-remove-files


  • tar -cf new_file.tar /path/folder/to/tar
  • tar -cvf new_file.tar /path/folder/to/tar
-c (--create)
  • tar -Jcvf new_file.tar.xz /path/folder/to/tar or tar Jcvf new_file.tar.xz /path/folder/to/tar[1]


Related commands

See also

  • https://stackoverflow.com/a/18855909
  • Advertising: