[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] filename including space



Thanks JK.

I tried  some patterns you said.
but we get following results.

output = lo op.out
Submitting job(s)
ERROR: The 'output' takes exactly one argument (lo op.out)

output = 'lo op.out'
Submitting job(s)
ERROR: The 'output' takes exactly one argument ('lo op.out')

output = "lo op.out"
Submitting job(s)
ERROR: The 'output' takes exactly one argument ("lo op.out")

output = lo\ op.out
Submitting job(s)
ERROR: The 'output' takes exactly one argument (lo\ op.out)

output = 'lo\ op.out'
Submitting job(s)
ERROR: The 'output' takes exactly one argument ('lo\ op.out')

output = "lo\ op.out"
Submitting job(s)
ERROR: The 'output' takes exactly one argument ("lo\ op.out")

output = \'lo op.out\'
Submitting job(s)
ERROR: The 'output' takes exactly one argument (\'lo op.out\')

output = \"lo op.out\"
Submitting job(s)
ERROR: The 'output' takes exactly one argument (\"lo op.out\")

output = lo\\ op.out
Submitting job(s)
ERROR: The 'output' takes exactly one argument (lo\\ op.out)

On Fri, 6 Oct 2006 12:52:04 +0100
"Kewley, J (John)" <j.kewley@xxxxxxxx> wrote:

> I haven't tried this (although I have tried some strange things in
> submit files - see http://www.bo.infn.it/calcolo/CondorWeek2006/Kewley-CondorGotchas.ppt)
> 
> What I would try is:
> 
> * Surrounding whole name including spaces in "quotes" or maybe 'other quotes'
> * escaping space with a backslash, like\ this
> * or maybe "doing\ both"
> 
> hopefully this will help
> 
> JK

------------------------
Hiro Matsunaga