Re: zip files...

2009-01-05 Thread Michel Talon
Gary Kline wrote: guys, i have three huge zip files, .zip, and z02, z01. how do i unzip these into the original? Note that FreeBSD tar now extracts zips (tarr xvfz zipfile) -- Michel TALON ___ freebsd-questions@freebsd.org mailing list http

zip files...

2009-01-04 Thread Gary Kline
guys, i have three huge zip files, .zip, and z02, z01. how do i unzip these into the original? gary -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.17a release of Jottings: http

Re: zip files...

2009-01-04 Thread prad
On Sun, 4 Jan 2009 22:48:21 -0800 Gary Kline kl...@thought.org wrote: how do i unzip these into the original? hello gary, use unzip filename. if you don't have (un)zip installed you can get them with pkg_add -r zip unzip (assuming you can become root) -- In friendship, prad

Re: zip files...

2009-01-04 Thread Gary Kline
On Sun, Jan 04, 2009 at 11:36:27PM -0800, prad wrote: On Sun, 4 Jan 2009 22:48:21 -0800 Gary Kline kl...@thought.org wrote: how do i unzip these into the original? hello gary, use unzip filename. if you don't have (un)zip installed you can get them with pkg_add -r zip unzip