Difference between revisions of "Tar"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/18855909
Line 4: | Line 4: | ||
* <code>tar -cvf new_file.tar /path/folder/to/tar</code> | * <code>tar -cvf new_file.tar /path/folder/to/tar</code> | ||
+ | -c (--create) | ||
* <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> | * <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> | ||
Revision as of 10:41, 3 February 2020
https://en.wikipedia.org/wiki/Tar_(computing)
http://man7.org/linux/man-pages/man1/tar.1.html
tar -cvf new_file.tar /path/folder/to/tar
-c (--create)
See also
Advertising: