On 09/25/2012 01:55 PM, Ian Cottam wrote:
On 22/09/2012 15:17, "Matthew Farrellee" <matt@xxxxxxxxxx> wrote:Or use -append, condor_submit -append "transfer_input_files = $(echo *.data)" my.job Best, mattI'm interested in other examples of -append that people use. For example, I imagine -append "initialdir = test" could be useful for switching between test and live data. -Ian
Pure CLI submission: echo queue 3 | condor_submit -a cmd=/bin/cat -a args=/proc/self/status -a 'output=status.$(process).out'
I do this a lot to skip writing submit files. Best, matt