Search Results

Search: Posts Made By: vijayhai
74,265
Posted By vijayhai
How to list the Autosys jobs thats in failure status using Shell Script
You can write a shell script to cut the job name and status. Grep for FA status and email if found one.

ex:

count=`autorep -J jobname | cut -c108-109|grep "FA" |wc -l`

if [ $count -gt 0...
2,155
Posted By vijayhai
removing empty tags
Hi,

I have a file as shown below.
<crown:clinicalData>
<crown:alb date="2008-07-10" lowValue="3.50" method="BCG" value="3.50"/>
<crown:cre date="2008-07-10" value="9.5"></crown:cre>...
Showing results 1 to 2 of 2

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