Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法根据 submit_time 对 bjobs 输出进行排序?还是根据其他领域?
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
这对我有用:
bjobs | sort
这将对我按顺序分散的作业 ID 进行排序。所以这实际上是按提交时间排序。
不直接使用 bjobs。但是,如果您将 bjobs 输出(man bjobs)重新排序以首先列出 start_time,然后您可以通过管道进行排序。另外,推荐'-noheader'