There's a suite of directories on the network containing data tables, queries, answer tables etc. I've created local directories of the same names. I'd like to copy the contents of each network directory to its corresponding local directory temporarily. The intention is to speed up the project as working over the network substantially slows processing.
Once the session is done I'd like to move the files back from the local directories to their corresponding network directories leaving the local directories empty and thus ready for the next session.
"copy" doesn't accept wildcards and I don't know in advance the names of the data files to be copied. I can't find any command that accomplishes this task.
Once the session is done I'd like to move the files back from the local directories to their corresponding network directories leaving the local directories empty and thus ready for the next session.
"copy" doesn't accept wildcards and I don't know in advance the names of the data files to be copied. I can't find any command that accomplishes this task.