Add tar(1) -F option to select write format
authorjca <jca@openbsd.org>
Tue, 16 Apr 2024 19:04:11 +0000 (19:04 +0000)
committerjca <jca@openbsd.org>
Tue, 16 Apr 2024 19:04:11 +0000 (19:04 +0000)
commitf30fa5528eaba457e4b8415c758c0b36d176cda1
tree838073f59bcd0c941c663eaba2e5437854e19434
parentce1e26fb725c95543619ef3f3a658bc8890a7572
Add tar(1) -F option to select write format

We want to move towards 'pax' as the default format for writing, this
option lets users downgrade to -F ustar where the 'pax' format isn't
convenient/usable (same as -x <format> in pax(1)).

-F <format> is more generic than -o/-O. -H (GNU tar) was already used
and we don't want long options so --format (NetBSD/FreeBSD) is excluded
too.

ok sthen@ caspar@ millert@
bin/pax/options.c
bin/pax/tar.1
bin/pax/tar.c