un-zipping pkzip files om fbsd

2007-08-23 Thread fbsd2
I receive a pkzip file created under ms/windows. What can I use under fbsd to un-zip this file? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: un-zipping pkzip files om fbsd

2007-08-23 Thread Duane Hill
On Thu, 23 Aug 2007 at 09:27 -0400, [EMAIL PROTECTED] confabulated: I receive a pkzip file created under ms/windows. What can I use under fbsd to un-zip this file? use: unzip --- _|_ (_| | ___ freebsd-questions@freebsd.org mailing list

Re: un-zipping pkzip files om fbsd

2007-08-23 Thread Eric Crist
On Aug 23, 2007, at 8:27 AMAug 23, 2007, fbsd2 wrote: I receive a pkzip file created under ms/windows. What can I use under fbsd to un-zip this file? Does unzip fail to un-zip the file? - Eric F Crist Secure Computing Networks ___

Re: un-zipping pkzip files om fbsd

2007-08-23 Thread Yuri Pankov
On Thu, Aug 23, 2007 at 09:27:37AM -0400, fbsd2 wrote: I receive a pkzip file created under ms/windows. What can I use under fbsd to un-zip this file? archivers/unzip ? You can also try (bsd)tar in base (libarchive can handle zip files). Yuri ___