On 1/7/14, 3:18 PM, Todd B. Stein wrote:
> These bugs result in gradual slowdown of indefinitely-running scripts which
> rely on parameter substitution (rather than forking sed or awk) for speed
> and efficiency. Forgive me if I used the wrong terminology, but whether
> these bugs are considered ho
On 01/07/2014 12:18, Todd B. Stein wrote:
These bugs result in gradual slowdown of indefinitely-running scripts which
rely on parameter substitution (rather than forking sed or awk) for speed
and efficiency. Forgive me if I used the wrong terminology, but whether
these bugs are considered honest-
These bugs result in gradual slowdown of indefinitely-running scripts which
rely on parameter substitution (rather than forking sed or awk) for speed
and efficiency. Forgive me if I used the wrong terminology, but whether
these bugs are considered honest-to-goodness "memory leaks" by valgrind
seems
On 1/7/14, 2:27 AM, toddbst...@gmail.com wrote:
> Repeat-By:
> These can all be demonstrated by running a script consisting of an
> infinite loop which repeatedly executes any command utilizing any of the
> above examples. Like this:
>
> #!/bin/bash
>
> while