Re: Core utils 5.0 - csplit pipe memory error

2003-09-27 Thread Jim Meyering
Thanks again for the report. I was able to reproduce it consistently with this: (while :; do echo =; yes jj|head -n1; done) \ | csplit - '/=$/' '{*}' I got output like this: 0 270002 253910 csplit: memory exhausted Here's the patch: Don't

nohup?

2003-09-27 Thread JGraham
Are there any plans to implement nohup -p as in solaris 9? just wondering.. JGraham ___ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils

Re: nohup?

2003-09-27 Thread Paul Eggert
[EMAIL PROTECTED] (Bob Proulx) writes: Could you describe what that option does for those of us not having access to a solaris machine? On Solaris 9, nohup -p pid ... arranges for the referenced processes to become immune to hangups. Similiarly, nohup -g pgid ... arranges for the referenced