Differences
This shows you the differences between two versions of the page.
— | tar [2017/07/07 01:29] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== tar ====== | ||
+ | ** Change directory ** | ||
+ | |||
+ | For example, create a tarball of the contents of ''/ | ||
+ | |||
+ | < | ||
+ | tar -C / | ||
+ | </ | ||
+ | |||
+ | ** List files ** | ||
+ | |||
+ | Usually, '' | ||
+ | |||
+ | < | ||
+ | tar -tf files.tar.gz | ||
+ | </ |