print.exe

Dave Korn dave.korn@artimi.com
Wed Jun 1 18:17:00 GMT 2005


----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/



More information about the Cygwin mailing list