假设嵌套目录foo/bar和一个空目录dest。我想调用类似install foo dest这样的dest包含目录的东西foo/bar。
我尝试了以下方法:
install foo dest=> 安装:省略目录“foo”
install -d foo dest=> 什么也没发生
假设嵌套目录foo/bar和一个空目录dest。我想调用类似install foo dest这样的dest包含目录的东西foo/bar。
我尝试了以下方法:
install foo dest=> 安装:省略目录“foo”
install -d foo dest=> 什么也没发生