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: "Dave Korn" To: Subject: RE: print.exe Date: Wed, 1 Jun 2005 19:17:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: ----Original Message---- >From: Evert Coetzee >Sent: 01 June 2005 19:07 > Which cygwin package contain print.exe? None of them. (You can search for which cygwin package contains any particular program or file by entering the name you are looking for at http://cygwin.com/packages). > I have an application that calls this : > newpath=`print -r $PATH | tr "[A-Z]" "[a-z]" | tr '\' '/' | sed -e > "s+/+#+g" -e "s+;\.;+;+g"` > > but that first print is not a cygwin program so it calls my winnt print > command. The windows one is the only one there is. > Any help will be appreciated. The application is buggy. It might work if you replace "print -r" with "echo", but I can't guess what that -r option means. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/