Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!yale!umich!sharkey!metapyr!david From: david@metapyr.UUCP (David Relson) Newsgroups: comp.sys.ibm.pc Subject: Re: pkzip on Unix Message-ID: <183@metapyr.UUCP> Date: 26 Feb 90 16:00:04 GMT References: <579@s3.ireq.hydro.qc.ca> <2908@cunixc.cc.columbia.edu> <132@tropez.UUCP> <1990Feb20.161410.19195@mks.com> <1990Feb22.031659.18303@agate.berkeley.edu> Reply-To: david@metapyr.UUCP (David Relson) Organization: Meta Systems, Ltd. -- Ann Arbor, MI Lines: 11 I have often moved .tar.Z files to my PC and uncompressed them and untarred them. The mistake I most often make is to leave off the -i switch, which stands for image mode, i.e. without it, linefeeds are converted to carriage return linefeed pairs. This does indeed result in a corrupt file. I made the mistake so often that I wrote a small filter to convert CR-LF pairs to a single LF. Good luck.