Sam Hanes writes:
> akarui wrote:
> >
> > Here from the output, I see that "cd", "pwd" and "ls" worked fine. But the
> > console prompt is not yet changed, means, "cd" didn't permanently changed
> > the directory, 'cause I get "pwd" as below:
> > /
> > $ pwd
> > /cygdrive/d
akarui wrote:
>
> Here from the output, I see that "cd", "pwd" and "ls" worked fine. But the
> console prompt is not yet changed, means, "cd" didn't permanently changed
> the directory, 'cause I get "pwd" as below:
> /
> $ pwd
> /cygdrive/d
> /
>
> Note that, I like
Now, I have new issue after adding a line ("cd") in the script. New script
looks like as below:
/
#!/bin/bash
cd "c:\Program Files\eviware\soapUI-Pro-2.0.3\bin"#This is mount-mapped
as "/soapui"
pwd
ls
/
The output I get on the cygwin console is as follow:
/***
3 matches
Mail list logo