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
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
Summary: Hi There I have created a small script to extract data from an table and output to txt file. Since the table contains more 100 columns I want to select few main columns around 20 and then extract the ...
Summary: its very possible to do that. however, to give you specific details on howto, would mean i would need more details on what you are tryingto do(eg where the output goes, where the input comes from), a...
Summary: Thanx ... reversing the sub commands does work fine ... but the problem is I am generating that nawk code from another program ... so dynamically reversing them would be an issue ... Going back to the...