Search Results

Search: Posts Made By: shwetainnani
4,788
Posted By shwetainnani
I will take care of these instrucitons going...
I will take care of these instrucitons going forward. BTW thanks it worked now after adding white spaces
4,788
Posted By shwetainnani
Hi I have added a if loop to the script...
Hi

I have added a if loop to the script viz

if [`echo $F_4` -eq 3]
then
{
echo "Two FW Jobs"
---
----
---
}
else
{
----------
--------
}
fi

but this is not working it...
4,788
Posted By shwetainnani
Thats great this works thanks for the help but...
Thats great this works thanks for the help but still not sure why it didnt work in my for loop. Anyways thanks so much for the help

---------- Post updated at 05:57 AM ---------- Previous update...
4,788
Posted By shwetainnani
Output is as below 374 Jane - ...
Output is as below
374 Jane
-
Sensitivities
(EUI8) SYCEUI8_yyyyMMdd_RISK.CSV,
SYCEUI8_yyyyMMdd_PCA.CSV,
RMMEUI8_yyyyMMdd_ORIGINAL_Details.CSV 3
472 Jane
-
Sensitivities
(PRP2)...
4,788
Posted By shwetainnani
but I need to use the FEILD 1, 2 ,3 etc as...
but I need to use the FEILD 1, 2 ,3 etc as parameters further and hence I have to store them somewhere

---------- Post updated at 04:31 AM ---------- Previous update was at 03:22 AM ----------
...
4,788
Posted By shwetainnani
Error while executing a script
My script is as below :

#!/bin/sh
for line in `cat Results.txt`
do
FEILD1=`echo $line |awk -F"|" '{print $1}'`
FEILD2=`echo $line |awk -F"|" '{print $2}'`
FEILD3=`echo $line |awk -F"|"...
3,496
Posted By shwetainnani
I am trying to execute the below as a pat of...
I am trying to execute the below as a pat of shell script however the file is always bein created with no results from this part

<<
cat >> $CNTRL_M_FILE <<EOF
<DEFJOB>
<JOB APR="1"...
3,496
Posted By shwetainnani
Thanks Sumedha Can you also point out how...
Thanks Sumedha

Can you also point out how to pass the values as variables to the xml I gave above
3,496
Posted By shwetainnani
Hi there Thanks for the reply. Suppose I...
Hi there

Thanks for the reply.
Suppose I have to pass the FEED_ID as a paramtere to the below xml as a value for JOBNAME how do I go about it. This is very urgent for me. Please advise.
...
3,496
Posted By shwetainnani
I have a file Results.txt format as below ...
I have a file Results.txt
format as below
FEED_ID| FEED_DESCRIPTION|FILE NAMES|NUMBER OF FILES
374|Jane - Sensitivities (EUI8)|SYCEUI8_yyyyMMdd_RISK.CSV, SYCEUI8_yyyyMMdd_PCA.CSV,...
3,496
Posted By shwetainnani
Pointers on writing a unix script
Hi All,

I am writing a unix shell script. I have a file called Results.txt which stores 4 fields separated by pipe. i.e. a pipe delimited file. I want to loop through each record of this file...
Showing results 1 to 11 of 11

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