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