Hello
Usually in a unix shell when ctrl+c is pressed the processes currently
being run is termianted.
Recently my harddrive failed and I had to rebuild everything
(including cygwin, so all old settings are gone) but for some reason
with this most recent version, the shell (Bash) does not terminat
Larry Hall cygwin.com> writes:
> OK, let's start here:
>
> >Problem reports: http://cygwin.com/problems.html
>
I'll manage to follow it.
> My WAG based on information so far is that your Cygwin installation isn't
> current. You should make sure it is. A good indication that you're ou
Igor Pechtchanski cs.nyu.edu> writes:
>
> On Sat, 30 Jul 2005, Jason FU wrote:
>
> > tsfu Zeus ~
> > $ ps -e
> > PIDPPIDPGID WINPID TTY UIDSTIME COMMAND
> > 396 1 396396? 18 15:10:03 /usr/bin/cygrunsrv
> > 812 1 8128
Hello,
Your mail to [EMAIL PROTECTED] was caught by the
SpamAssassin filter running on the bcs.org.uk mail system.
To confirm that your mail is genuine, please click this
link, or paste it into your browser:
https://bcsnet.bcs.org.uk/approve.php?c=37da9eb621e339af4cc6fe01
You will not have to do
On Fri, Jul 29, 2005 at 07:21:44PM +0200, Krzysztof Duleba wrote:
> Yitzchak Scott-Thoennes wrote:
>
> >However code like the above does end up using twice the space; it's
> >allocated once to store the result of the x operation and again when
> >it's copied to $a.
>
> Really? I hope you're wrong
On Sat, 30 Jul 2005, Jason FU wrote:
> Jason FU hkucs.org> writes:
>
> "net start| less" shows that the cygwin services start.
>
> These Windows services are started:
> [snip all but Cygwin services]
>CYGWIN cygserver
>Cygwin portmap
>CYGWIN sshd
>
> But below shows not:
Huh?
> [EMA
if [ -d c:/ ]
then
{Cygwin stuff}
else
{Unix equivalent}
fi
More common (AFAICT) is:
case `uname` in
*CYGWIN* ) {Cygwin stuff};;
*) {Unix equivalent};;
esac
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Document
Is there is a really good reason why the which command should return a
path
that only cygwin programs can recognize?
F:/ style notation would screw up many shell scripts that curently work just
fine.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
Are the missing environment variables defined in XP under 'System
Environment Variables', or only in the environment variables for the
specific users?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
At 03:46 AM 7/30/2005, you wrote:
>Jason FU hkucs.org> writes:
>
>"net start| less" shows that the cygwin services start.
>
>These Windows services are started:
>
> Automatic Updates
> COM+ Event System
> Computer Browser
> Cryptographic Services
> CYGWIN cygserver
> Cygwin portmap
>
10 matches
Mail list logo