Hi,

I can't find out how to redirect the output of th globus-url-copy to a file.
I'm processing a large list or files, which breaks after a while for different reasons.

I'd like to know the last file tried to start from it later on.

This does not work:
globus-url-copy -v -f $file_list > std.out 2> std.err
it leaves both files empty.

not even this works:
globus-url-copy -v -f $file_list | tee std.out

It only shows output if it's not redirected at all.

Am I missing something? Can I log this maybe differently?

Thanks,
Estani

Reply via email to