# Handling null-delimited files with... # xargs xargs -0 # grep grep [-z|--null-data] # sed # Can't figure this one out # awk awk 'BEGIN { RS="\0" } {print...}'