[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to output data as null separated
From: |
TSHIMANGA Minkoka |
Subject: |
how to output data as null separated |
Date: |
Wed, 11 Sep 2019 08:35:33 +0100 |
Hi,
I am aware of the sed -z option, that reads input with null separated
"lines".
But how can I also similarly output null separated "lines".
My need is somehow a filenames piped processing, as outlined below.
find /path -print0 | sort -z | sed -z
--needed_sed_option_to_output_null_separated_lines -e 'sed process 1' -e 'sed
process 2' | perl -n0 script.pl
Any help?
Thanks in advance
Tshimanga
- how to output data as null separated,
TSHIMANGA Minkoka <=