Re: io:lines() and 0円
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: io:lines() and 0円
- From: Sean Conner <sean@...>
- Date: 2014年2月20日 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