Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3D2C4928.80308@ece.gatech.edu> Date: Wed, 10 Jul 2002 10:48:08 -0400 From: Charles Wilson <cwilson AT ece DOT gatech DOT edu> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: gmane.os.cygwin To: cygwin AT cygwin DOT com Subject: Re: running mks toolkit and cygwin on same machine References: <007901c227cd$17a87490$2300a8c0 AT LAPTOP> <20020710045111 DOT GA28580 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > On Wed, Jul 10, 2002 at 02:48:52PM +1000, Robert Collins wrote: > >>Why not just roll-your own 'rev'? >> >>Included is a trivial 'rev.cc' that will handle any size argument list that >>cygwin is able to pass it. It should include <algorithm> to support gcc 3.1, >>but for some reason it couldn't process templates when I included that. >>Sigh. >> >>Compile with >>g++ -o rev.exe rev.cc >> > > Sounds like a candidate for cygutils... Yes, it's been on my todo list for some time. Here are the util-linux progs that I believe still need to be added to cygutils: colcrt - filter nroff output for CRT previewing colrm - remove columns from a file column - columnate lists rev - reverses the characters on each line of each file mcookie - generates magic cookies for Xauth I have the util-linux code for each of this, plus man pages. I just need to munge them up so they build within cygutils...time, time, time... --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/