On 04/27/2014 02:54 PM, Carlos E. R. wrote:
a) The test for "regular file" is needed, because the find, despite using "find "$DONDE" -type f ..." finds some directories, and thus I get some errors later:
Possibly. Possibly not. The thing is that find produces a stream So if you have a file with the path $HOME/Long Directory name/even longer file name dot text then you will get the following path names Long Directory name even longer file name dot text What you need is to use "-print0" and "xargs -0" See the man page for details -- It is an error to imagine that evolution signifies a constant tendency to increased perfection. That process undoubtedly involves a constant remodelling of the organism in adaptation to new conditions; but it depends on the nature of those conditions whether the directions of the modifications effected shall be upward or downward. Thomas H. Huxley -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org