Date: 21 Mar 2022 16:19:19 -0400 From: "John Levine" <johnl@iecc.com> To: freebsd-questions@freebsd.org Cc: luzar722@gmail.com Subject: Re: Replacement for unzip of .7z compressed files. Message-ID: <20220321201919.925363984C21@ary.qy> In-Reply-To: <6238CC81.1090308@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
It appears that Ernie Luzar <luzar722@gmail.com> said: >I am trying the tar progran which the man page says it does 7-zip. > >testing using tar xvf "${uz_dir}/${filename}" "${dl_dir}/${filename} > location of unziped zipped file input > >What am i missing here Probably the correct tar command. See the tar manpage. This works for me: % tar xvf somefile.7z
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220321201919.925363984C21>