Re: Replacement for unzip of .7z compressed files.
- Reply: Ernie Luzar : "Re: Replacement for unzip of .7z compressed files."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 20:19:19 UTC
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