我想要创建目标目录(如果不存在)的命令(或cp的选项)。
例:
cp -? file /path/to/copy/file/to/is/very/deep/there
mkdir -p "$d" && cp file "$d"
()没有此类选项cp。
cp