Carlos E. R. wrote:
There is a file in the listing, early, like this:
/data/storage_b/Backups_parciales_particiones_test/Elessar_sda9/home/cer/.local/share/Trash/info/"Custom Install.mpeg.rar".trashinfo
That could be the one that produces the first error :-? No, there are several such entries: it would have complained more times.
I don't think so, xargs will die right away.
Wow, difficult ones... :-o
Maybe using the "-print0" option in find :-?
Yes, that should work: find / -type f -print0 | xargs -0 file | \ awk '/Bourne-Again/{print $1}' | \ tr -d ':' | xargs -r grep <something> Only if some of those shell scripts have quotes in their names, this will break too. (second xargs) -- Per Jessen, Zürich (5.8°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org