Search Results

Search: Posts Made By: Gopal_Engg
1,664
Posted By Gopal_Engg
when 25 jobs calling this script at the same time...
when 25 jobs calling this script at the same time with it own paramters, for few of the job output is not the expected one.

like, it comes as below , it happenss only for 2 or 3 jobs out of 25
...
1,664
Posted By Gopal_Engg
The script would be executed in this way. like...
The script would be executed in this way. like this many job will call the script with differnt parameters.

sh test.sh RTO_FAST RED_FEST 23 CUSTOMER SOCKET_SESSION s_RTO_WND_SOCKET_FINDER

...
1,664
Posted By Gopal_Engg
Multiple access to a script at same time- problem
Dear frnds,


I have developed a shell script.


Like , the script will produce a output file with 4-5 lines using the parameters passed to it.
Around 25 jobs would be calling the script at...
1,289
Posted By Gopal_Engg
thank you ..This how i tried so far .. ...
thank you ..This how i tried so far ..


while [ 1 -gt 0 ]
do
find <dirname> -type f -name <fileName>
if [ $? -eq 0 ]
then
echo file arrived
else
echo file yet to...
1,289
Posted By Gopal_Engg
watching for a file
Hi dears,


The script should watch for a file in particular directory. If the file not come into the directory even after 30 seconds from execution of the script, then script should exit saying...
3,210
Posted By Gopal_Engg
cat <file>| awk '$0=="DI" {print...
cat <file>| awk '$0=="DI" {print $0}'
2,795
Posted By Gopal_Engg
Date increment
hi Friends,


Today_Dt=`date "+%Y-%m-%d"`


So the Today date is 2010-05-03

I have a file which has date values as below


2010-04-27
2010-04-02
2010-04-18
2010-04-28
2010-04-29...
1,683
Posted By Gopal_Engg
thank you very much
thank you very much
1,683
Posted By Gopal_Engg
Hi friend, Thank you very much. Can you...
Hi friend,

Thank you very much. Can you explain how this script working. Especially i dont understand the while loop.

while read date infos
whats s this infos. whay r u using it in...
1,683
Posted By Gopal_Engg
Files extraction - any help ?
Hi Friends,
i am new to unix,i have a big doubt/help.

I have files in folders SER1 and SER2 with naming convention as below
file_2010-03-19.txt and so on
the file naming format is...
1,387
Posted By Gopal_Engg
doubt while extracting file
Hi friends
i am very new to unix.i have one doubt
2,244
Posted By Gopal_Engg
Thank you. But cant we use loops to achive...
Thank you.

But cant we use loops to achive it. bcaz i need to do some additional calculation for each iterations .
2,244
Posted By Gopal_Engg
Unix loop
i have 2 files with entries like,

file 1:
11
22
33 .. and so on

file 2:
jhon
mercy
rocky and so on..
...
1,671
Posted By Gopal_Engg
Thank You dear. is any other option than Batch...
Thank You dear. is any other option than Batch mode (-b) ?
1,671
Posted By Gopal_Engg
sftp problem
I have written a samll sftp script abc.sh as below

sftp user@remote-server (user@remote-server) <<EOF
lcd /home/gopi
cd /home/raju
get COA
exit
EOF

Its working. But when i rin the...
2,586
Posted By Gopal_Engg
corrected !!!
corrected !!!
2,586
Posted By Gopal_Engg
I am seriously looking for the answer which i...
I am seriously looking for the answer which i need implement . Please help me out.
2,586
Posted By Gopal_Engg
What is SFTP ?
Frnds,


1.Whats is SFTP ?
2.Why we are going for that ?
3.If I want to do sftp a file from a server ABC to my local machine XYZ, what are different entries I need to put in (what are all...
17,257
Posted By Gopal_Engg
Formatting Oracle sqlplus output
a job extracts orcle data into unix as flat file.
a single record breaks into two record in unix flat file. This is the case only for 6 records out of 60 lack records.

(its not single record in...
1,720
Posted By Gopal_Engg
Parallel access - how to prevent
I have one shell script which is being accessed by many jobs at same time.
I want to make the script such that , other job should wait for the script if script is being used by some other job. Is...
7,982
Posted By Gopal_Engg
script - how to prevent in parallel run
I have one shell script which is being accessed by many jobs at same time.
I want to make the script such that , other job should wait for the script if script is being used by some other job. Is...
1,588
Posted By Gopal_Engg
Yes Devaraj, the script look for temp file...
Yes Devaraj,

the script look for temp file the path of the log file is mentioned. Its reading the temp file properly. But the script could not pick the actual log file that mentioned in the temp...
1,588
Posted By Gopal_Engg
Shell script - paralllel reading problem
I have a shell script which has awk utlilty,also,in it. This a single script that many other jobs (informatica) using. Each job ll generate a log file. This script will read the particular log file...
6,289
Posted By Gopal_Engg
cr
Hi Frnds,

I have a flat file with millions of records. .

Now I on this. (I prefer for AWK as its gives good performance.)

Old_file.txt
------------------
1 gopi ase ....
2 arun pl ......
9,609
Posted By Gopal_Engg
the value
Hi frnds,
I have flat file as
[FONT=Times New Roman]

.

Say :
output-file1.txt

Output-file2.txt
Showing results 1 to 25 of 60

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