equivalent of rm and mv in windows .cmd

后端 未结 3 1497
有刺的猬
有刺的猬 2020-12-23 15:28

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

3条回答
  •  抹茶落季
    2020-12-23 16:13

    move in windows is equivalent of mv command in Linux

    del in windows is equivalent of rm command in Linux

提交回复
热议问题