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

Re: [Condor-users] condor_q wrapper



Lester Claudio wrote:
Hi Rita,
	You should be able to do something like this:

condor_q -c "JobStatus == 2" -format "Remote Host [%s]" RemoteHost
condor_q -c "JobStatus == 2" -format "Remote Host [%s]\n" RemoteHost

for easy reading.

-Santanu