Translations:A tutorial on 'tar'/16/en
Jump to navigation
Jump to search
Single-letter options can be combined with a single dash, so for example:
tar -cJf project1.tar.zx project1
is equivalent totar --create --xz --file=project1.tar.xz project1
.