Difference between revisions of "Tar"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/18855909
Line 1: | Line 1: | ||
https://en.wikipedia.org/wiki/Tar_(computing) | https://en.wikipedia.org/wiki/Tar_(computing) | ||
+ | http://man7.org/linux/man-pages/man1/tar.1.html | ||
* <code>tar -cvf new_file.tar /path/folder/to/tar</code> | * <code>tar -cvf new_file.tar /path/folder/to/tar</code> |
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
tar -Jcvf new_file.tar.xz /path/folder/to/tar
ortar Jcvf new_file.tar.xz /path/folder/to/tar
[1]
See also
Advertising: