X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 13 Aug 2008 10:01:27 -0500 (CDT) From: Tim McDaniel cc: cygwin AT cygwin DOT com Subject: Re: perl.exe: fatal error on Vista In-Reply-To: <95455e980808130333y66b26123k8f7f608cc9f4c47e@mail.gmail.com> Message-ID: References: <95455e980808111758m41454d93g44ae3d7bd822d23c AT mail DOT gmail DOT com> <6910a60808112315v12711bbft8591b70d859858a1 AT mail DOT gmail DOT com> <95455e980808121907y480400d2s9880ad96b3a8d684 AT mail DOT gmail DOT com> <6910a60808122348m426a0f44g51c53966da519ff6 AT mail DOT gmail DOT com> <95455e980808130333y66b26123k8f7f608cc9f4c47e AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 On Wed, 13 Aug 2008, hce wrote: > On 8/13/08, Reini Urban wrote: >> I would try rebase with -v (verbose) and also tie it to a log file. >> $ rebaseall -v | tie rebaseall.log > > There is no tie command Reini must have meant the "tee" command. It's intended to be a T-joint, metaphorically: it copies all its input to the filename argument and also to its standard output. It's most commonly used to saving output into a log file while also monitoring it as it is generated, as intended here. -- Tim McDaniel, tmcd AT panix DOT com -- 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/