Search Results

Search: Posts Made By: KuldeepSinghTCS
2,367
Posted By KuldeepSinghTCS
UNIX File handling -Issue in reading a file
I have been doing automation of daily check activity for a server, i have been using sqls to retrive the data and while loop for reading the data from the file for several activities. BUT i got a...
6,135
Posted By KuldeepSinghTCS
No it is not working.
No it is not working.
54,080
Posted By KuldeepSinghTCS
Thanks all it worked.
Thanks all it worked.
54,080
Posted By KuldeepSinghTCS
Hey Thanks All, All post are really great. It...
Hey Thanks All,
All post are really great.
It is working now.

---------- Post updated at 08:24 PM ---------- Previous update was at 01:45 PM ----------

any function to count the array element...
1,854
Posted By KuldeepSinghTCS
Quick Help in shell script
Yes Franklin,

I went through the post. it is really good one but only datecalc is fulfilling my requirement.
I have tried it by coping to my local machine.
BUT i am working on Qualified...
5,560
Posted By KuldeepSinghTCS
Check out this too ;) echo "Sucess files"...
Check out this too ;)


echo "Sucess files" > test3;cat Sucess.txt >> test3;echo "Failures files" >>test3;cat Failures.txt>>test3


Thanks,
Kuldeep
14,619
Posted By KuldeepSinghTCS
<esb><***-app-***-03> /export/home/esb/temp # ls...
<esb><***-app-***-03> /export/home/esb/temp # ls -S|head -1
ls: illegal option -- S
usage: ls -1RaAdCxmnlhogrtuvVcpFbqisfHLeE@ [files]

It is not working :)

---------- Post updated at 03:29 PM...
54,080
Posted By KuldeepSinghTCS
How to check index of a array element in shell script?
Example - Script to find the index of a month from array


MONTHS="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec"
set -A MON $MONTHS
A="Sun May 23 09:34:30 GMT 2010"
getMonth=`echo $A|cut...
1,854
Posted By KuldeepSinghTCS
Quick Help in shell script
Need to subtract date stored in variable from the current date, answer should come in days..and months.

Suppose two variable having value like
A=”Wed Jan 15 08:59:08 GMT 2014”
B= `date` ...
6,135
Posted By KuldeepSinghTCS
Hi verdepollo, I have tried as you...
Hi verdepollo,


I have tried as you suggested .but still results are same.
1,574
Posted By KuldeepSinghTCS
You can read records from a file line by line via...
You can read records from a file line by line via while loop and give input of this file.
then either can cut the specific words or by awk can print the specific word from this file.

for example ...
Forum: UNIX and Linux Applications 05-21-2010
2,681
Posted By KuldeepSinghTCS
Please close this thread, I will open this in...
Please close this thread, I will open this in correct forum i.e. SOA related.
6,135
Posted By KuldeepSinghTCS
Thanks The first line gone but still 2 coming...
Thanks
The first line gone but still 2 coming like below.

stty: : Invalid argument
stty: : Invalid argument
i m host host-app-dev-03
2,314
Posted By KuldeepSinghTCS
Help with Truststore automation shell script
Please close this thread.

I have raise this question in appropriate thread.

Thanks
6,135
Posted By KuldeepSinghTCS
I am calling/running the script as ...
I am calling/running the script as
./LoginHosts

HTNM is a array which contains host names like

HTNM_ARR="host-app-dev-03 host-app-dev-04 host-app-dev-02"
set -A HTNM $HTNM_ARR

this array...
6,135
Posted By KuldeepSinghTCS
Help with shell script which logins to hosts
By a shell script When I am logging into hosts one by one with ssh.
I am getting below message.

Pseudo-terminal will not be allocated because stdin is not a terminal.
stty: : Invalid ...
Forum: UNIX and Linux Applications 02-17-2010
2,681
Posted By KuldeepSinghTCS
Got Errors while sending a transaction through ESB
We are getting below error when processing a transaction through ESB.
I work for SOA admin and checked the JCA connection is working fine also code also working fine in other envs.

An unhandled...
Showing results 1 to 17 of 17

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