19 lines
203 B
Plaintext
19 lines
203 B
Plaintext
= Tar =
|
|
|
|
Make tar balls and compress them
|
|
|
|
== Compress a folder ==
|
|
|
|
{{{
|
|
tar -czvf outfile.tar.gz /dir/to/compress
|
|
}}}
|
|
|
|
== Open a tar ball ==
|
|
|
|
{{{
|
|
tar -xzvf /path/to/tar/ball.tar.gz
|
|
}}}
|
|
|
|
|
|
[[index]]
|