Hi
Thanks! I get condor_history -lim 10 -af 'strcat(ClusterId,".",ProcId)' owner Cmd CpusProvisioned MemoryProvisioned '{"X","C"}[job status-3]' 'interval(EnteredCurrentStatus-JobStartDate)' 'split(lastremotehost,".@")[1]' Error: invalid _expression_ : {"X","C"}[job status-3] Not sure why it works for you. As far as the problem I posted about, I found that I was looking at a v8 condor_history man page; the v10 page documents a new option, Restrict output to the given column width. Default width is 80 columns, if -wide is used without the optional number argument, the width of the output is not restricted. Using this option gives the desired behavior. JT
|