I need to know the list of autosys job
that run between given time.
I have the following command.
I have the following command.
Code:
job_depends -t -J abc% -F "12/25/2010 03:00" -T "12/26/2010 05:00"
Above command will give the list of job that run between time 3 AM and 5 AM.
But the it gives me in random order how to order it either ASC or DESC order?
No comments:
Post a Comment