Support #5873
ifdh cp to a new directory
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/10/2014
Due date:
% Done:
0%
Estimated time:
Description
Hello,
I want to create a new directory, then transfer files into it. It looks like
ifdh mkdir dst
ifdh cp file1 file2 dst
would do the job. However in this approach I'll need to wait for the lock twice,
which is a problem. How do I accomplish the task using a single lock?
Andrei
History
#1 Updated by Marc Mengel almost 7 years ago
- Status changed from New to Rejected
Ifdh mkdir does not take out locks, so this already works as desired.