T.R | Title | User | Personal Name | Date | Lines |
---|
2163.1 | | HELP::IP$16.65.80.19::S_WATTUM | Scott Wattum - FTAM/VT/OSAK Engineering | Wed Apr 16 1997 10:47 | 10 |
| >In this case, the same file (M03769.OPT) is overwritten many times at the VMS
>side.
Are you sure that's the case? It doesn't look to me like dcp is even setting up
a DECnet connection to copy the files. All the files are getting written to the
same output file locally; the output file would appear to be the last file that
would be aquired in the wildcard specification. If you don't provide an output
directory spec, dcp does do the copy across DECnet.
--Scott
|
2163.2 | my mistake | AUBER::DORNANO | | Thu Apr 17 1997 05:25 | 17 |
|
Sorry, you are right. I did re-read my note before enter it, but
this one escaped to me.
No connection is made to the VMS side.
> If you don't provide an output directory spec, dcp does do the copy across DECnet.
What do you mean ? Does it work in V4.0 if I type in :
dcp -v M0[0-5]*.OPT bigvax/satrape/phijac::
Thanks Scott.
Pascal
|
2163.3 | | ABBYRD::RMULAC.DVO.DEC.COM::S_WATTUM | Scott Wattum - FTAM/VT/OSAK Engineering | Thu Apr 17 1997 11:42 | 8 |
| >What do you mean ? Does it work in V4.0 if I type in :
>
>dcp -v M0[0-5]*.OPT bigvax/satrape/phijac::
Yes, this appears to work ok on the 4.0 system we have. The other behaviour
still sounds like a bug to me though.
--Scott
|
2163.4 | A csh problem ? | DRAGNS::WALLACE | | Tue Apr 29 1997 17:30 | 10 |
| This appears to be a csh issue. When trying a command like:
dcp -v M*.OPT vms::'[.foo]'
the final argument (vms::'[foo]') is never passed to dcp, it
is as if you had just typed
dcp -v M*.OPT
With ksh and sh, the final argument is passed, and the copy
proceeds as expected.
Vince
|