I have the need to only distcp x number of files.
Couldn't find a way to do it.
One idea is to copy it over a temporary directory and then distcp that directory. Once complete I can delete that temp directory.
Individual distcp commands (for each file). This could be painful.
Not sure if comma separation is allowed.
Any ideas?
Thanks in advance.