X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Lewis Hyatt Subject: Re: Unix tar file with colons in archived file names Date: Thu, 19 Jul 2007 13:01:52 -0400 Lines: 14 Message-ID: References: <11692093 DOT post AT talk DOT nabble DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) In-Reply-To: <11692093.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > > When the cygwin tar recognizes this, due to Windows restrictions, the output > file is not properly extracted. I Googled around and found options for > --force-file and http://cygwin.com/ml/cygwin/2001-01/msg01536.html this > link , but I still can't get this to work properly. > > I am able to get the files extracted if I use WinRAR (it converts : to _ on > extract), but I'd prefer to do this from the shell since I can automate this > more readily. Any ideas how I can do this? just use "--transform='s/:/_/g'", you can turn the colons into whatever you want. -lewis -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/