MV command help
Hi,
Every 10mins, I get files to my remote server /testdata . I would like to use MV command to move all the files in /testdata directory (*.*) to local C:\temp.
My local machine is running on windows.
Is the below command correct?
mv /testdata/*.* C:\temp.
Every 10mins, I get files to my remote server /testdata . I would like to use MV command to move all the files in /testdata directory (*.*) to local C:\temp.
My local machine is running on windows.
Is the below command correct?
mv /testdata/*.* C:\temp.