it sounds strange, beacuse $ find . -print0 | while read -d $'\x00'; do touch "$REPLY"; done
works fine. but if I try to "output" $'\x00', I can't.
it sounds strange, beacuse $ find . -print0 | while read -d $'\x00'; do touch "$REPLY"; done
works fine. but if I try to "output" $'\x00', I can't.