Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: "Krisztian Fekete" Date: Thu, 31 Mar 2005 11:22:58 +0200 To: cygwin AT cygwin DOT com MIME-Version: 1.0 Subject: bug: tail -c stopped working Content-Type: text/plain; charset=iso-8859-2 Message-Id: Note-from-DJ: This may be spam Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j2V9EBaD009458 Hi, GNU tail has an option to output the last n bytes: $ tail --help ...   -c, --bytes=N            output the last N bytes ... In the current coreutils version (5.3.0-3) the short option version stopped working: $ tail -c 30 tail: cannot open `30' for reading: No such file or directory while $ tail --bytes=30 still works. Best regards, Krisztian Fekete Krisztian -- 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/