20 Jul
2014
20 Jul
'14
10:11 a.m.
-- Clint
On Jul 20, 2014, at 9:42 AM, Paul Moore <p.f.moore@gmail.com> wrote:
In actual fact, I can't think of a good example (either from my own experience, or mentioned in this thread) where I'd expect to be reading \0-terminated records from anything *except* sys.stdin.
Named pipes and whatever is used to implement process substitution ( < <(find ... -0) ) come to mind.