IAMTubby
October 6th, 2012, 03:43 PM
Hey,
How do you copy something from source to destination, even if the path to destination doesn't currently exist and it has to be made on the fly ?
$cp CopyThisFile.txt /This/Path/Has/To/Be/Made/
Something like the -p option in mkdir.
Thanks.
How do you copy something from source to destination, even if the path to destination doesn't currently exist and it has to be made on the fly ?
$cp CopyThisFile.txt /This/Path/Has/To/Be/Made/
Something like the -p option in mkdir.
Thanks.