m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tar.md
blob: 9823ddac21005d4a8ae4d9b7bce9ad050145faa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Manipulating tarballs

## Create (-c)

    tar -cf <new archive name> <files>
    # usually tar -cf directory.tar directory/

## List contents (-t)

    tar -tf <archive>

## Extract (-x)

## Append (-r)