edit SideBar
Copy a list of files (read from a file) to a location.
Given a text file containing a list of files (one per line), the following copies every file to a specified location:
xargs -IFILES cp FILES /tmp/location < list_of_files.txt