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

Re: [Condor-users] condor_q -format



On 05/16/2012 10:35 PM, Rita wrote:
I am parsing the output for condor_q Args and I am trying to set a
delimiter of "," but it seems there is a comma in my arguments. Is it
possible to set a delimiter to a hidden character?

How do people handle delimitation for arguments field?

You should be able to safely use tab (\t).

condor_q -format "%s\t" Cmd -format "%s\n" Args

Best,


matt