Name: Anonymous 2009-04-20 4:39
I have a file of paths, separated with newlines, and I want to copy every file in that list to a specified location, how do I do that?
xargs whatever < filetr \\n \\0 < file | xargs -0 whatever