Hi, I want to 'locate' a bunch of files and feed the output into '| xargs md5sum'. Unfortunately some of them are infected with the "file name"-virus (space in the filename). With find there is the -print0 option which corresponds to '-0' of the xargs options. As of my knowledge, locate does not have such a thing. I dont like the idea to 'find' (read: 'search again')all the files, which locate already knows...so Is there any trick/option/whatever to get the files with spaced filenames processed by md5sum in combination with 'locate'?
Thank you very much in advance for any help! Best regards Meino