This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: idle bash using 95% of system resources?


> This suggests a work-around until the problem can be found and fixed: 
> Set the "notify" option in BASH (i.e., issue the command "set 
> notify"). That way BASH prints jobs status changes when they occur, 
> instead of waiting for the next time it prints a prompt.

This should, of course, be

	set -o notify

The `set notify' will set $1 to "notify".

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]