Search Results

Search: Posts Made By: krg.sati
1,575
Posted By krg.sati
Use search pattern to reformat the output
I have below file listing
] ls -1 *.txt
MISTradesReport_141105_d130240_VOLCKER_EMEA_LOANIQ_FEED_2013-12-24.txt
MISTradesReport_141106_d130240_VOLCKER_NA_LOANIQ_FEED_2013-12-24.txt...
2,984
Posted By krg.sati
for a text file named test.txt please try below: ...
for a text file named test.txt please try below:

cat test.txt|sed 's/ $//g'
1,715
Posted By krg.sati
cut -d" " -f 2,3
cut -d" " -f 2,3
7,284
Posted By krg.sati
For smaller file size or single line..this cud be...
For smaller file size or single line..this cud be the best

echo '(joe.smith' |sed 's/^(//g'|sed 's/\./_/g'
16,750
Posted By krg.sati
Thanks DGPickett I cant merge Job A and Job...
Thanks DGPickett

I cant merge Job A and Job B into same scripts.Some bussiness limitations.

Taking your suggestion i have done below :

Job A : starts at 2230
Job C: starts at 2230...
16,750
Posted By krg.sati
Setting up complex Date conditions in Autosys
Scenario :

Job A - to be started at 2230 PM everyday ( mo-fr )
Job B - Need to start after 4 hours Jobs A started,irrespective of the Jobs A status .Even if Job A has...
11,797
Posted By krg.sati
Sorry for Late reply!! Autosys works on...
Sorry for Late reply!!

Autosys works on Oracle databases.You can ask your administrator to give you ro access to that db and you can view plethora of tables to get the details of a job

-krg
8,895
Posted By krg.sati
try this. diff file1 file2|grep...
try this.

diff file1 file2|grep ^[\>,\<]
11,797
Posted By krg.sati
autorep
Hey there

autorep -j<job_name> -d # gives you detailed report fo the Job
autorep -j<job_name> -s # summary report

-krg

---------- Post updated at 02:54 AM ---------- Previous update was...
5,384
Posted By krg.sati
Hi, I am migrating from Control M to...
Hi,

I am migrating from Control M to Autosys.

In control M i used one loader file which run before a command which uses all the variables needed dynamically by command.A typical command in...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 02:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy