Computing.Net > Forums > Unix > Refine the Autosys Query

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Refine the Autosys Query

Reply to Message Icon

Name: Ravik3
Date: December 13, 2007 at 16:35:22 Pacific
OS: Unix
CPU/Ram: 100000000
Product: Unix
Comment:

I am trying to find all the autosys jobs ran on that date in order. Also check the exact command executed. My query does work some time sometime it does not give any result. Please let me know, if there is any other solution to this?
autorep -j % -w |grep -v ^$ |grep 12/12/2007 |sort -k 5 |awk '{print $1}' |tee jobname.txt |cat |sed 's/^/autorep -j /g'|sed 's/$/ -q /g' > jobname2.jil |chmod 777 jobname2.jil |sleep 06 |ksh jobname2.jil |grep command

Thanks
R


Do not search for Nothing, waste of TIME.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Refine the Autosys Query

How to generate xls file in unix www.computing.net/answers/unix/how-to-generate-xls-file-in-unix/5629.html

Unix or perl script www.computing.net/answers/unix/unix-or-perl-script/5677.html

Search and replace words between tw www.computing.net/answers/unix/search-and-replace-words-between-tw/6901.html