please add a -0 option to tr, which is equivalent to
running:

    tr '\n' '\000'

this is a useful command for converting \n-terminated input lines to
null-terminated strings suitable for feeding into 'xargs -0' as many
programs can not generate null-terminated ouput by themselves.


it would also be useful if tr did this automatically if invoked
as 'print0'.

craig

-- 
craig sanders <[email protected]>


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to