adb shell如何进行cp文件件,并且对文件夹副本重命名,并且加上long类型的时间戳
时间: 2024-05-24 20:09:57 浏览: 88
adb shell 环境配置文件
对于您的问题,可以使用以下命令:
adb shell cp -r /path/to/source/folder /path/to/destination/folder
adb shell mv /path/to/destination/folder /path/to/new/folder/with/timestamp
请注意,以上命令中的具体目录路径应根据您的实际情况进行修改。
阅读全文