in reply to unix mv command


For example if you want to move the file aaa.txt to the
folder test, use the below one in command prompt.
C:\perl\bin>perl -MExtUtils::Command -e mv C:/aaa.txt C:/test/aaa.txt
The move operation will be successfull.