Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2022 00:53:19 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        Daniel Ebdrup Jensen <debdrup@freebsd.org>, dev-commits-src-main@freebsd.org
Subject:   Re: git: 4b1e2c2f77d3 - main - bsdinstall(8): Usage example of tar doesn't work
Message-ID:  <AD3F2919-8B23-496C-971F-0902D6137C12@yahoo.com>
References:  <AD3F2919-8B23-496C-971F-0902D6137C12.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Not objecting, just noting that for:

-.Dl tar xvf -C release-media FreeBSD-13.0-RELEASE-amd64-disc1.iso
+.Dl tar -C release-media -xvf FreeBSD-13.0-RELEASE-amd64-disc1.iso

I'd expect that the following would have been an alternative
that would have worked:

.Dl tar -xvf -C release-media FreeBSD-13.0-RELEASE-amd64-disc1.iso

(so: just adding a "-" before xvf).

===
Mark Millard
marklmi at yahoo.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AD3F2919-8B23-496C-971F-0902D6137C12>