On 18/10/2015 08:30, HTCondor wrote:
This is explained at http://research.cs.wisc.edu/htcondor/manual/current/condor_submit.html#man-condor-submit-arguments Here are the rules for using the new syntax:
So for your example: arguments = "arg1 'arg2:arg3=''dfdfd'':arg4' arg5"
By default, all output files which your command creates will be transferred back to the originator. If you want to selectively return them, use the "transfer_output_files = <file1,file2,...>" option, described on the same web page linked above. You can list a directory, and all files in that directory will be returned. Regards, Brian. |