Difference between revisions of "Tar"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/18855909
Line 3: | Line 3: | ||
* <code>tar -cvf new_file.tar /path/folder/to/tar</code> | * <code>tar -cvf new_file.tar /path/folder/to/tar</code> | ||
− | * <code>tar - | + | * <code>tar -Jcvf new_file.tar.[[xz]] /path/folder/to/tar</code> or <code>tar Jcvf new_file.tar.[[xz]] /path/folder/to/tar</code><ref>https://stackoverflow.com/a/18855909</ref> |
== See also == | == See also == | ||
* {{xz}} | * {{xz}} |
Revision as of 12:04, 24 December 2019
https://en.wikipedia.org/wiki/Tar_(computing)
tar -cvf new_file.tar /path/folder/to/tar
tar -Jcvf new_file.tar.xz /path/folder/to/tar
ortar Jcvf new_file.tar.xz /path/folder/to/tar
[1]
See also
Advertising: