[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: io:lines() and \0
- From: Sean Conner <sean@...>
- Date: Thu, 20 Feb 2014 20:30:10 -0500
It was thus said that the Great Luiz Henrique de Figueiredo once stated:
> > could you tell me what tool created a text file with embedded NULs in it?
>
> find -print0 , which is supported by xargs -0.
8-O
Oh, so THAT'S why getdelim() exists!
-spc (Unix: still offering surprises 40 years later ... )
- References:
- Re: io:lines() and \0, René Rebe
- Re: io:lines() and \0, Sean Conner
- Re: io:lines() and \0, Roberto Ierusalimschy
- Re: io:lines() and \0, René Rebe
- Re: io:lines() and \0, Cezary H. Noweta
- Re: io:lines() and \0, René Rebe
- Re: io:lines() and \0, Dirk Laurie
- Re: io:lines() and \0, René Rebe
- Re: io:lines() and \0, Sean Conner
- Re: io:lines() and \0, Luiz Henrique de Figueiredo