Search Results

Search: Posts Made By: rkrgarlapati
6,674
Posted By rkrgarlapati
pludi - you rock!! :b: Big Thank You!
pludi - you rock!! :b:

Big Thank You!
6,674
Posted By rkrgarlapati
pludi - Can you please give me an example to use...
pludi - Can you please give me an example to use mount in this case, that would help a lot.

vbe - i dont think space after * is causing problem, it's still not working after removing space.
6,674
Posted By rkrgarlapati
IF statement to check file exists
Hi All,

If i run below copy command, it works absolutely fine,
/opt/csw/bin/scp axetlxyz01:/opt/data/test/QURIES* ./input

I want to make the above line better, by adding an IF statement, want...
11,841
Posted By rkrgarlapati
Thanks Indalecio :) I got my wanted solution.
Thanks Indalecio :)
I got my wanted solution.
11,841
Posted By rkrgarlapati
Hi All, My question is involved in this same...
Hi All,

My question is involved in this same question :

errdate=$(date +%m/%d-%H:%M:%S)
echo $errdate

I get the date in the numeric....
my requirement is i want to get Month as month name....
16,193
Posted By rkrgarlapati
thanks grial, i think i had not explained in...
thanks grial,

i think i had not explained in a proper way.

PID TTY TIME CMD
9086 pts/1 0:00 ksh
9241 pts/1 0:02 java
9240 pts/1 0:00 shell_script_bg

i mean to say if i kill the PID 9240...
16,193
Posted By rkrgarlapati
KILL PID, intern should kill another PID.
Hi All,

In my project i have two process runs in the back end.
Once i start my project, and execute the command ps, i get below output:

PID TTY TIME CMD
9086 pts/1 0:00 ksh
...
Forum: Solaris 10-03-2006
10,278
Posted By rkrgarlapati
Increase memory allocation for apache
Hi,

The physical memory of the unix box running on sun solaris is going to be increased. What extra conf. changes should I take care in order for the Apache server to recognise the extra memory....
6,763
Posted By rkrgarlapati
Excellent, i got it.... ThanQ aigles
Excellent, i got it....

ThanQ aigles
6,763
Posted By rkrgarlapati
Process KILL
Hi All,

i wrote a shell script in unix, which intern runs java code, which will process the text file for 2 minutes.

Senario : After 30 seconds of processing the file, sombody executed a...
39,265
Posted By rkrgarlapati
Can i know reason of getting these errors. $...
Can i know reason of getting these errors.

$ gzip -t XYZ.txt.gz
gzip: XYZ.txt.gz: invalid compressed data--crc error
gzip: XYZ.txt.gz: invalid compressed data--length error
39,265
Posted By rkrgarlapati
i did not get any warnings, i tried this by...
i did not get any warnings,

i tried this by gzip -c XYZ.txt > XYZ.txt.gz command aswell.

still the same errors are encountered.

i am unable to unzip the file.
39,265
Posted By rkrgarlapati
gzip problem
Hi All,

I am zipping a file using
gzip -cq XYZ.txt > XYZ.txt.gz command.

file got created with name XYZ.txt.gz

but when i execute the following command i am getting errors,

$ gzip -t...
2,642
Posted By rkrgarlapati
Thanks a lot. I got my requirement satisfied. ...
Thanks a lot. I got my requirement satisfied.
Thanking you all once again. :)
2,642
Posted By rkrgarlapati
but that value should be able to store into a...
but that value should be able to store into a variable(say ex : dateop) in shell script
when i say echo ${dateop} in shellscript ,
i should be able to get the output as 2006/08/29-07:57:19
...
2,642
Posted By rkrgarlapati
date problem -- URGENT
Hi All,

When i run date command at unix prompt,
i get the output in format Tue Aug 29 12:36:18 GMT 2006

when i write the shell script i should be able to export the date output with format...
13,566
Posted By rkrgarlapati
how to replace a word with another
Hi All,

v_notes = "Ravi & kumar & garlapati"

i want out put like "Ravi and kumar and garlapati"

What is the command to get this as output, we have to replace all & with and.

Hope this is...
1,819
Posted By rkrgarlapati
Hi Hitori, Thank You. :) I got a...
Hi Hitori,

Thank You. :)

I got a clear picture of my command.
Actually i am into maintenance kind of job,
i am maintaining lot's of shell scripts.

As i am new to shell script, i got...
1,819
Posted By rkrgarlapati
Hi Hitori, You mean to say "s/ //g" ...
Hi Hitori,

You mean to say "s/ //g" indicates spaces ?

count=`echo $count | sed -e "s/ //g"`

if $count = "Ravi Kumar Garlapati"
the output could be RaviKumarGarlapati,

Am i right ?...
1,819
Posted By rkrgarlapati
"sed" problem
Hi All,

In the below line of command what is the functionality of
sed -e "s/ //g"

I want to know what could be the output of the sed command.

count=`echo $count | sed -e "s/ //g"`

in...
19,178
Posted By rkrgarlapati
Hi Dhruva, If u observe last but one mail of...
Hi Dhruva,

If u observe last but one mail of mine, i mentioned how peculiar my unix box is behaving.

anyhow Dhurva, thanks a lot.

Regards,
Ravi Kumar Garlapati
19,178
Posted By rkrgarlapati
Hi Dhruva, now i am getting below 2 lines, ...
Hi Dhruva,

now i am getting below 2 lines,

ndafedt1:fed_cntl $ cat -v R2_20060719.610.188 | tail -2
DIV 7034 305 325 2006/06/10 2006/06/12
DIV 3333 30333 325 ...
19,178
Posted By rkrgarlapati
Hi All, Surprisingly my program is working...
Hi All,

Surprisingly my program is working fine now,
it's printing me all the lines of data file.

I did not do any thing to my data file and in script as well.
i thought of testing my luck...
19,178
Posted By rkrgarlapati
Below is the output i got when i execute od...
Below is the output i got when i execute

od -cx R2_20060719.610.txt


0000000 D i v i d e n d \t E v e n t I D
4469 7669 6465 6e64 0945 ...
4,972
Posted By rkrgarlapati
Hi Hitori, Thank you very much. You had...
Hi Hitori,

Thank you very much.
You had given a clear explaination about command.

Can u suggest me a very good book exclusively for Shell Script UNIX.
where in i could get the clear picture...
Showing results 1 to 25 of 34

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