Calling bash shell from W2K batch script

2003-10-22 Thread Jared Ingersoll
Hi, I was wondering if someone could provide the syntax for calling a cygwin shell script from the Windows 2000 cmd prompt. I'm trying to do something like this: d:\>start c:\cygwin\bin\bash -c "./script1.sh" But it doesn't seem to be working quite right, some pipes and such don't work and I can

bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Jared Ingersoll
Hello, I'm currently using cygwin (updated yesterday) with a WIN2K resource kit utility to dump logs from event viewer into a comma delimited file. One behavior that I have noticed (and occasionally notice with cygwin in general) is that within the data, there are what I believe to be carriage ret

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Jared Ingersoll
feeds (Carriage returns) from data > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jared Ingersoll > Sent: Thursday, October 23, 2003 9:33 AM > To: '[EMAIL PROTECTED]' > Subject: bash- Removing Line feeds (Carriage returns)

RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Jared Ingersoll
data Try piping to: tr -d '\r' "Jared Ingersoll" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I'm currently using cygwin (updated yesterday) with a WIN2K resource kit > utility to dump logs from event viewer into a comma

bash /usr/bin/ls invalid argument

2003-10-27 Thread Jared Ingersoll
Hi, I'm using bash 2.05b-16 on Win2K pro and I'm running into problems listing directory contents with a wildcard. This particular directory has over 8000 files in it, most of which (99%) are files that start with send.log.*. When I issue the following commands, I get the same error: $ ls send.lo

RE: bash /usr/bin/ls invalid argument

2003-10-28 Thread Jared Ingersoll
Thanks, I thought it may be something inherent. I can work around this limitation. Jared -Original Message- From: Hannu E K Nevalainen [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 5:20 AM To: [EMAIL PROTECTED] Subject: RE: bash /usr/bin/ls invalid argument > From: Ja

RE: Does Cygwin have a 2GB Memory/RAM limit ?

2003-10-30 Thread Jared Ingersoll
I think Java has some internal defaults, try setting the max heap size on the command line that calls the app (in MB's). jared -Original Message- From: Dan_Nazario/ACIM/[EMAIL PROTECTED] [mailto:Dan_Nazario/ACIM/[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:39 PM To: [EMAIL PROTE