I have the following commands in a shell script. I want to convert these lines into a windows cmd file. Can anyone provide input on what is the equivalent for "rm" and "mv" in a 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
UPDATE: This is a simplified answer but the behavior and capabilities are quite different as mentioned by @WestCoastProjects in the comment.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With