lua-users home
lua-l archive

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


> could you tell me what tool created a text file with embedded NULs in it? 

find -print0 , which is supported by xargs -0.