When using --return, files copied back to the local machine are placed in the current working directory such as in the below:
parallel -S $SERVER1 --return {}.out --cleanup echo {} ">"{}.out ::: a
Is it possible to set the output directory for the files returned? I
think it might be the equivalent of --workdir except for the local
machine.
Thanks,
Ryan
