Re: ulimit builtin block size

2007-10-12 Thread Bob Proulx
Chet Ramey wrote: > I've received a bug report noting that the `block size' the ulimit builtin > is using (the multiplier applied to the -f and -c options) is 1024, where > the POSIX standard and historical sh usage specify 512. > > I'm considering changing the default block size for the next vers

ulimit builtin block size

2007-10-12 Thread Chet Ramey
I've received a bug report noting that the `block size' the ulimit builtin is using (the multiplier applied to the -f and -c options) is 1024, where the POSIX standard and historical sh usage specify 512. I'm considering changing the default block size for the next version. Just a heads-up to wat