On Tue, 10 Aug 2010, Thomas Dickey wrote:

On Tue, 10 Aug 2010, Carlos Carvalho wrote:

mawk cannot handle records separated by nulls, such as for example the
ones generated by find. Only the first record is handled:

% mkdir mawk-fails
% cd mawk-fails
%mawk-fails touch a b c
%mawk-fails find -printf "%p\0"|mawk 'BEGIN {RS="\0"} {print}'
..

It works with upstream mawk (just tested mawk-1.3.4-20100625).

This is a duplicate of #135614

...however, #355966 is unrelated to this additional report about embedded
nulls.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to