马币相当于和MV在Windows .CMD [英] equivalent of rm and mv in windows .cmd

查看:144
本文介绍了马币相当于和MV在Windows .CMD的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个shell脚本下面,我想下面的行转换为CMD file..can人提供关于什么是在CMD文件窗口中相当于RM及MV输入的窗口。

  RM -f $ {BUILD_ID} / $ {BUILD_ASIC} * rampatch *
MV $ {BUILD_ID} / $ {BUILD_ASIC} * rampatch * $ {} BUILD_ID / EMUL /


解决方案
在Windows

移动相当于的MV 在Linux命令

删除在Windows相当于 RM 的命令在Linux中

I have the following in a shell script,I want to convert the following lines into a windows cmd file..can anyone provide inputs on what is the equivalent for "rm" and "mv" in windows cmd file.

rm -f ${BUILD_ID}/${BUILD_ASIC}*rampatch*
mv ${BUILD_ID}/${BUILD_ASIC}*rampatch* ${BUILD_ID}/emul/

解决方案

move in windows is equivalent of mv command in Linux

del in windows is equivalent of rm command in Linux

这篇关于马币相当于和MV在Windows .CMD的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆