Linux: I want a command (or probably an option to cp) that creates the destination directory if it does not exist.
Example:
cp -? file /path/to/copy/file/to/is/very/deep/there
|
Linux: I want a command (or probably an option to cp) that creates the destination directory if it does not exist. Example:
|
|||
|
|
(there's no such option for |
|||||||||||||
|
|
Old question but here is an easier answer: cp does support it but you need to read the full documentation (info coreutils 'cp invocation'):
No need for a script. |
|||||
|
|
Shell function that does what you want, calling it a "bury" copy because it digs a hole for the file to live in:
|
|||||
|