X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: 1.7.1: /usrb/bin/tail.exe Date: Wed, 20 Jan 2010 11:40:36 +0100 Message-ID: <889F761889B73C489CED80057EEE29DF032B5AD8@spsmail.prosozial.lokal> From: "Peter Koch" To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hi! Running 1.7.1 on Windows 2008 R2 some of my shell scripts stopped working. The culprint is tail.exe 1. tail +N does not work anymore. Obsolete? How can i re-enable this? 2. tail overwrites redirected files! $ echo "1" > a $ echo "22" >> a $ echo "333" >> a $ cat a 1 22 333 echo "x" > x $ tail -1 a >> x $ cat x 333 Notice, that the first line of x (containg one x) is gone! Ciao Peter prosozial GmbH Geschaeftsfuehrer: Wolfgang Hoffmann, Stephan Idel, Christoph Spitzley Amtsgericht Koblenz, HRB 5796 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple