Search Results

Search: Posts Made By: rocky1954
1,183
Posted By rocky1954
Thank you very much it helped....
Thank you very much it helped....
1,183
Posted By rocky1954
Hi, Thanks for replying back if i have...
Hi,

Thanks for replying back

if i have just the name1 in second column then command you gave is working fine

but some lines in my file second column looks like this

name1,name2
...
1,183
Posted By rocky1954
need help in shell script
Hi everyone,

i need small help in my shell script

i have a file like this

name name1,name2 name3,name4

hello name3,name1 name4

.
.
.
hi name4,name3 ...
1,657
Posted By rocky1954
HI Corona688, the code is working fine but i...
HI Corona688,

the code is working fine but i need some more help

i have one more entry in variable name i want name to be like that and need to sort number thing

for example

variable1= ...
1,657
Posted By rocky1954
Hi, Thanks for the reply but the code...
Hi,

Thanks for the reply

but the code you have given is not working for my condition

here is my requirement

variable1 = david3 david1

variable2 = david1 david3

i need to change...
1,657
Posted By rocky1954
Need help in sort variable in perl
Hi,

I need help in sorting variables in perl

i have two variables and if those two variables are equal then its good. I have a problem here

example:

variable1= number2 number1...
3,929
Posted By rocky1954
Need help in changing vertical lines to horizontal line in a file
Hi,

I have a file like below

robert
PREF: 3
AVAIL:
henry
PREF: 234
AVAIL:
john
PREF: 145,178
AVAIL: 123
matt
PREF: 564,932
AVAIL:
ten
PREF: 389
AVAIL: kill
1,376
Posted By rocky1954
thanks for the help
thanks for the help
1,376
Posted By rocky1954
Need help in perl script for oracle
Hi,

#!/usr/bin/perl

my @sid=`cat /etc/oratab|grep -v "^#"|grep -v "*"|grep -v "#"|cut -d: -f1 -s`;
my $log;
my $body="";
my $oraclesid="";
chomp($hostname);
foreach my $oraclesid (@SID){...
Forum: Programming 11-16-2010
3
1,028
Posted By rocky1954
thanks for ur reply
thanks for ur reply
Forum: Programming 11-16-2010
3
1,028
Posted By rocky1954
values
passing values
Forum: Solaris 11-12-2010
4,101
Posted By rocky1954
Thanks
Thanks
Forum: Solaris 11-12-2010
4,101
Posted By rocky1954
Thanks for your reply
Thanks for your reply
Forum: Solaris 11-12-2010
4,101
Posted By rocky1954
3,969
Posted By rocky1954
Sending email from shell script
Hi,

I need to send email from a shell script. i echoed some information to a file and i am doing cat command in the email syntax


thanks
Forum: HP-UX 10-07-2010
4,254
Posted By rocky1954
Hi felipe i understand your script...
Hi felipe

i understand your script little bit can u give some comments in the script so that i can understand easily.

Thanks for your fast reply and helping me every time
Forum: HP-UX 10-07-2010
4,254
Posted By rocky1954
Hi Felipe and all Thanks
Hi Felipe and all




Thanks
Forum: Linux 10-07-2010
24
6,001
Posted By rocky1954
HI Felipe here is the thread for...
HI Felipe

here is the thread for this post
https://www.unix.com/shell-programming-scripting/145819-script-finding-directories-creating-dir-different-location.html


Thanks,
Forum: Linux 10-07-2010
24
6,001
Posted By rocky1954
HI Felipe, can you help me in...
HI Felipe,

can you help me in this


I need to write a script to find the directories and subdirectories in the present directory and get their owner and group information...
Forum: HP-UX 10-06-2010
4,254
Posted By rocky1954
Forum: Linux 09-30-2010
24
6,001
Posted By rocky1954
Hi, I dont want oracle user to get access...
Hi,

I dont want oracle user to get access to the root with out having password

I need to run just only one command from oracle which actually has to run as root

how can i keep that command...
Forum: Linux 09-29-2010
24
6,001
Posted By rocky1954
HI Felipe, No problem i have to thank you...
HI Felipe,

No problem i have to thank you for your help to me

i have done with that script.

I have a question i am writing another shell script in that i am checking some process using ps...
Forum: Linux 09-22-2010
24
6,001
Posted By rocky1954
Hi yes i have process id of a session in...
Hi

yes i have process id of a session in ${sqlplusoutputlog} file and it is in 19th line and i need to get that number assigned to a variable in a shell script
please provide me with a correct...
Forum: Linux 09-22-2010
24
6,001
Posted By rocky1954
hi I have a question pid=`ps -ef | egrep...
hi

I have a question
pid=`ps -ef | egrep "${sqlplusoutputlog}" | awk 'NR==19 {print $0}'`

in the above command i want to get the number from the sqlplusoutputlog and that number is in 19th...
Forum: Linux 09-17-2010
24
6,001
Posted By rocky1954
I would like to know how can we find the pid of...
I would like to know how can we find the pid of that sql session because we need pid to kill that session if it takes more time

Could you please help me how to find the pid

Thanks a lot for...
Showing results 1 to 25 of 30

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