RE: "cygpath -w ." returns ".\" instead of "."

2004-07-02 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Trevor Baker > Sent: 01 July 2004 22:43 > the following > trivial script: Even a trivial script can have bugs in it! > #-- > #!/bin/sh > > BASEDIR=`cygpath -w .` So here on line one, you're asking for a windoze-format p

Ssh executable is missing

2004-07-02 Thread Andreas Tille
Hi, I installed several packages from the Cygwin suite successfully. My final goal was to "ssh -X " to run some Linux applications on a Win-box I have to work on. While a startx works fine I was unable to find the ssh executable neigther in /bin nor anywhere else. So I guess I just missed some

RE: Ssh executable is missing

2004-07-02 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Andreas Tille > Sent: 02 July 2004 10:17 > Hi, > > I installed several packages from the Cygwin suite > successfully. My final > goal was to "ssh -X " to run some Linux > applications on a Win-box > I have to work on. While a star

How to delete file "nul"?

2004-07-02 Thread Michael Pfeiffer
Hi bash allows to pipe to a file named "nul" e.g.: echo test > nul bash-2.05b$ ls -l total 1 -rwxrwxrwx1 pfeiffer mkgroup-4 Jul 2 10:00 nul The problem is that this file can not be deleted. I was not able to delete it using the "rm" command in bash, or "del" in a windows command lin

Re: How to delete file "nul"?

2004-07-02 Thread Danilo Turina
Please search the list archives before asking for something: http://cygwin.com/ml/cygwin/2004-06/msg01235.html (it's a message of 3 days ago). Ciao, Danilo Michael Pfeiffer wrote: Hi bash allows to pipe to a file named "nul" e.g.: echo test > nul bash-2.05b$ ls -l total 1 -r

Re: How to delete file "nul"?

2004-07-02 Thread 3APA3A
Dear Michael Pfeiffer, This problem is not cygwin related. You can delete files like this by using "UNC" style of filename (this style prevents use of DOS devices and bypasses Windows 256 character limit for filename). For example, to delete file from the root of d:\ drive use del \\.\d:\n

RE: How to delete file "nul"?

2004-07-02 Thread Pfeiffer Michael
Hi ZARAZA thanks a lot for the tip! Btw sorry for posting the question on the mailing list. Have a nice weekend, Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

RE: How to delete file "nul"?

2004-07-02 Thread PLAN Frédéric URS Lyon
Hello, try this way : cd my_folder find ./ -name "nul" -exec rm {} /; Fred -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Michael Pfeiffer Envoye : vendredi 2 juillet 2004 11:29 A : [EMAIL PROTECTED] Objet : How to delete file "nul"? Hi bash allows

Req:

2004-07-02 Thread Ehimare Ofemu
ATTENTION: SIR, REQUESTING ASSISTANCE AND PARTNERSHIP. I am the Secretary of a Contract Award and Review Committee of the Petroleum (Special)Trust Fund {PTF}. A team of colleagues has mandated me to contact you. A contract already executed by a foreign firm in Africa in 2003 was over i

Re: How to delete file "nul"?

2004-07-02 Thread Christopher Faylor
On Fri, Jul 02, 2004 at 01:16:07PM +0200, Pfeiffer Michael wrote: >thanks a lot for the tip! > >Btw sorry for posting the question on the mailing list. There is no reason to apologize. Cygwin should not be creating files that cygwin cannot easily delete. Your question was entirely appropriate.

Scrolling on console with keyboard?

2004-07-02 Thread cygwin . 20 . job
Hi Folks, Is there a way to scroll on the colsole with the keyboard linke in an xterm? IMPORTANT There is no way to send a email direct to this mail address. Every Mail which is not send to [EMAIL PROTECTED] is automatically deleted. Regards Franz -- Unsubscribe info: http://cygwin

Re: Ssh executable is missing

2004-07-02 Thread Igor Pechtchanski
On Fri, 2 Jul 2004, Andreas Tille wrote: > Hi, > > I installed several packages from the Cygwin suite successfully. My > final goal was to "ssh -X " to run some Linux applications > on a Win-box I have to work on. While a startx works fine I was unable > to find the ssh executable neigther in /b

RE: How to delete file "nul"?

2004-07-02 Thread Igor Pechtchanski
Fred, First off, . Secondly, if "rm" didn't work for the OP from the bash prompt, what makes you think it'll work from "find"? Oh, and you used the wrong "/" before the semicolon (which would thankfully make the below command invalid, because if it were

Re: Scrolling on console with keyboard?

2004-07-02 Thread Igor Pechtchanski
On Fri, 2 Jul 2004, cygwin.20.job wrote: > Hi Folks, > > Is there a way to scroll on the colsole with the keyboard linke in an > xterm? And what does this question have to do with Cygwin? The console is a Windows program, and the fact that it's running a Cygwin program (e.g., bash) is incidental

Trouble starting cron

2004-07-02 Thread Will Parsons
I am trying to get cron working and am having difficulties. I installed the following minimal crontab: $ crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (crontab.wbp installed on Tue Jun 29 07:47:31 2004) # (Cron version -- $Id: crontab.c,v 1.7 2003/04/15 15:13:41 corinna Ex

Re: Trouble starting cron

2004-07-02 Thread Igor Pechtchanski
On Fri, 2 Jul 2004, Will Parsons wrote: > I am trying to get cron working and am having difficulties. I installed > the following minimal crontab: > > $ crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (crontab.wbp installed on Tue Jun 29 07:47:31 2004) > # (Cron version

Re: Trouble starting cron (solved)

2004-07-02 Thread Will Parsons
Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Fri, 2 Jul 2004, Will Parsons wrote: > >> I am trying to get cron working and am having difficulties. I installed >> the following minimal crontab: >> >> $ crontab -l >> # DO NOT EDIT THIS FILE - edit the master and reinstall. >> # (crontab.wbp in

Re: Trouble starting cron (solved)

2004-07-02 Thread Larry Hall
At 01:21 PM 7/2/2004, you wrote: >Igor Pechtchanski <[EMAIL PROTECTED]> wrote: >> On Fri, 2 Jul 2004, Will Parsons wrote: >> >>> I am trying to get cron working and am having difficulties. I installed >>> the following minimal crontab: >>> >>> $ crontab -l >>> # DO NOT EDIT THIS FILE - edit the m

RE: "cygpath -w ." returns ".\" instead of "."

2004-07-02 Thread Trevor Baker
Okay point taken. Stupid trivial script aside... Why does: "cygpath -w ." return ".\" instead of "." "cygpath -m ." return "./" instead of "." And why does: "cygpath -w dir" return "dir" instead of "dir\" "cygpath -m dir" return "dir" instead of "dir/" Shouldn't: "cygpath -w ." "cygpath -m ." "c

RE: "cygpath -w ." returns ".\" instead of "."

2004-07-02 Thread Igor Pechtchanski
Ugh, top posting... Oh, well... FYI, as a workaround, "cygpath -w ./", "cygpath -m ./", and "cygpath -u ./" should work consistently. If you feel that the current behavior is a bug, feel free to submit a patch to the code that does the transformation (in winsup/cygwin/path.cc, the definition of

file called aux

2004-07-02 Thread Anders Musikka
cygwin allows a user to create a file called aux, like this: echo something >aux This file cannot be removed. (the filename is reserved under windows.) Cygwin should probably not allow the creation of a file with this name. /Anders Musikka -- Unsubscribe info: http://cygwin.com/ml/#unsub

Re: file called aux

2004-07-02 Thread Igor Pechtchanski
On Sat, 3 Jul 2004, Anders Musikka wrote: > cygwin allows a user to create a file called aux, like this: > > echo something >aux > > This file cannot be removed. (the filename is reserved under windows.) > > Cygwin should probably not allow the creation of a file with this name. > > /Anders Musikk

MSVC style demangling in GNU Binutils

2004-07-02 Thread Eddy Pronk
I posted a patch in the binutils mailinglist a while ago which implements MSVC style demangling. This can be useful for both Cygwin and Mingw users. Can someone give some assistance in fixing the build system? Any autotools experts here? Eddy -- Unsubscribe info: http://cygwin.com/ml/#unsub