|
From: | Markus Elfring |
Subject: | Splitting search results from a "find -print0" |
Date: | Wed, 07 Jan 2015 19:49:47 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |