wok view tar/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents
children
line source
1 GNU Tar provides the ability to create tar archives,
2 as well as various other kinds of manipulation.
3 For example, you can use Tar on previously created
4 archives to extract files, to store additional files,
5 or to update or list files which were already stored.
7 Initially, tar archives were used to store files
8 conveniently on magnetic tape.
9 The name "Tar" comes from this use; it stands for
10 tape archiver.
11 Despite the utility's name, Tar can direct its
12 output to available devices, files, or other programs
13 (using pipes), it can even access remote devices or
14 files (as archives).