lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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 ... )