Tagged Questions
12
votes
8answers
1k views
Is there a faster alternative to cp for copying large files (~20 GB)?
I am a graduate student, and the group in which I work maintains a Linux cluster. Each node of the cluster has its own local disk, but these local disks are relatively small and are not equipped with ...
9
votes
2answers
238 views
How can I copy a file and create the target directories at the same time?
I want to cp aaa/deep/sea/blob.psd to bbb/deep/sea/blob.psd
How do I do the copy if the deep and sea directories don't exist under bbb so that the copy both creates the directories that are needed ...