Hello, I would like to use the find command together with the parameter "-print0". I want to split the search result into a few separate files.
A command like "split" supports to make pieces from an input by a line count. Do I read the current documentation correctly in the way that zero-terminated lines are not supported so far? http://www.gnu.org/software/coreutils/manual/html_node/split-invocation.html Would you like to recommend any other software tools which provide the desired functionality for splitting of files which contain zero-terminated text lines? Regards, Markus
