Thrall, Bryan wrote:
Matthew Woehlke wrote on Monday, April 02, 2007 5:59 PM:
Ben Wylie wrote:
[snip]
When I run the batch file I get:
F:\>cd F:\cygwin\bin
F:\cygwin\bin>bash --login -i deletescript.sh
F:/Progra~1/NAVIEG/queues/
No such file or directoryine 2: cd: F:/Progra~1/NAVIEG/queues/
Matthew Woehlke wrote on Monday, April 02, 2007 5:59 PM:
> Ben Wylie wrote:
>> I have a batch file which runs bash and calls a bash script.
>>
>> My batch file reads:
>> cd F:\cygwin\bin
>> bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/
>>
>> The bash script is:
>>
>> #!/bin/bash
>>
Ben Wylie wrote:
I have a batch file which runs bash and calls a bash script.
My batch file reads:
cd F:\cygwin\bin
bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/
The bash script is:
#!/bin/bash
cd $1
F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ ||
/keywords/) {p
I have a batch file which runs bash and calls a bash script.
My batch file reads:
cd F:\cygwin\bin
bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/
The bash script is:
#!/bin/bash
cd $1
F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ ||
/keywords/) {print FILENAME}' {}
I have a batch file which runs bash and calls a bash script.
My batch file reads:
cd F:\cygwin\bin
bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/
The bash script is:
#!/bin/bash
cd $1
F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ ||
/keywords/) {print FILENAME}' {}
5 matches
Mail list logo