I want to make a list of files of locate's output.
I want scp
to take the list.
I am not sure about the syntax. My attempt with pseudo-code
locate labra | xargs scp {} [email protected]:~/Desktop/
How can you move the files to the destination?