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

Re: [Condor-users] condor_status and strings



On Jun 13, 2006, at 3:24 AM, James Osborne wrote:

condor_status -constraint CondorVersion == \"$CondorVersion: 6.6.11 Mar 23 2006 $\"
maybe it's just your shell, but i always use:

condor_status -constraint 'CondorVersion == "$CondorVersion: 6.6.11 Mar 23 2006$"'
and it always works fine.  (notice that the entire constraint  
argument needs to be enclosed in single quotes).
good luck,
-derek