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?
Name:
Anonymous
2009-04-20 12:37
>>7
Filenames can contain newlines. (I have even encountered such files, in fact.)
Name:
Anonymous
2009-04-20 12:43
(P.S. -d is nonstandard and only works on GNUshit. Same for that retarded -t option to cp.)