i am looking for a way to sort the results of find returning a number of directories correctly for further processing in a bash script. since filenames can\'t conta
find
-t is the field separator. If you want to use \0 as the line separator then you need to use -z.
-t
\0
-z