Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] filename including space
- Date: Fri, 6 Oct 2006 12:52:04 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] filename including space
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