Christopher Faylor wrote:
On Thu, Jan 15, 2009 at 12:11:30PM -0500, Dave Steenburgh wrote:
Well, now I understand why I occasionally see more instances of bash
in the task manager than I was expecting. However, now I have to ask
why the shim doesn't appear [plainly] with ps:
4540 1
On Thu, Jan 15, 2009 at 8:59 PM, Lenik wrote:
> Is it possible to make cygstart as a bash built-in?
I think you might misunderstand the relationship between Cygwin and
bash. Bash is not a part of Cygwin. It is a standalone shell,
written to run on any UNIX-like platform: Linux, Solaris, OS X, BS
"Eric Blake" 写入消息 news:496f34bb.6080...@byu.net...
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Lenik on 1/14/2009 5:59 PM:
Hi, all
I noticed that when bash launches a program, for example win32
notepad.exe or cygwin sleep, it in fact launches another bash which
launches the f
On Thu, Jan 15, 2009 at 12:11:30PM -0500, Dave Steenburgh wrote:
>Well, now I understand why I occasionally see more instances of bash
>in the task manager than I was expecting. However, now I have to ask
>why the shim doesn't appear [plainly] with ps:
>
> 4540 14540 45400
On Thu, Jan 15, 2009 at 8:06 AM, Eric Blake wrote:
> According to Lenik on 1/14/2009 5:59 PM:
>> Hi, all
>>
>> I noticed that when bash launches a program, for example win32
>> notepad.exe or cygwin sleep, it in fact launches another bash which
>> launches the final program,
>>
>> Any idea?
>
> Ye
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Lenik on 1/14/2009 5:59 PM:
> Hi, all
>
> I noticed that when bash launches a program, for example win32
> notepad.exe or cygwin sleep, it in fact launches another bash which
> launches the final program,
>
> Any idea?
Yes. It's called
Hi, all
I noticed that when bash launches a program, for example win32 notepad.exe
or cygwin sleep, it in fact launches another bash which launches the final
program,
# sleep 10
-> running process:
bash (start here)
bash
sleep 10
This slows down the launching procedure.
Any
7 matches
Mail list logo