Search Results

Search: Posts Made By: hukcjv
Forum: AIX 06-29-2012
1,747
Posted By hukcjv
Thanks everyone. This is what we expected.
Thanks everyone. This is what we expected.
Forum: AIX 06-28-2012
1,747
Posted By hukcjv
Changing process owner after starting
Hi

We are in the situation where we want to start WebSphere using teh default SSL port of 443. In order to do this we can changed the WAS ssl port from 9443 to 443 and start as root. We would...
2,895
Posted By hukcjv
Thanks to both for this. It works for the first...
Thanks to both for this. It works for the first couple of files, but looks like something is tripping it in the 3rd file. It does produce the file but stops.

I will investigate and see if I can...
2,895
Posted By hukcjv
bartus11.. I do have a local linux distro I could...
bartus11.. I do have a local linux distro I could use, but not until later. should have mentioned I am running under AIX. I will transfer and let you know.

Thanks again
2,895
Posted By hukcjv
Thanks for the replies. bartus11 .. when...
Thanks for the replies.
bartus11 .. when running yours I am getting an error Function gensub is not defined
I changed the insert to INSERT as in uppercase.

rdcwayx I am getting There are not...
2,895
Posted By hukcjv
file1 insert into table1 (col1, col2) values...
file1
insert into table1 (col1, col2) values (value1, value2)@
insert into table1 (col1, col2) values(value3, value4)@

file2
insert into table2 (col1, col2) values (value1, value2)@
insert...
2,895
Posted By hukcjv
Splitting a complex file using awk
I have a file that contains the following format

delete from table1;
delete from table2;
insert into table1 (col1, col2) values (value1, value2)@
insert into table1 (col1, col2) values(value3,...
1,888
Posted By hukcjv
Alister Thanks for the prompt reply and...
Alister

Thanks for the prompt reply and concise explanation. That now makes sense. Am relatively new to shell scripting and have avoided sed, but decided to persevere in this case and very pleased...
1,888
Posted By hukcjv
Explain following sed syntax please
Thanks to this forum I have managed to work out a solution to my problem and actually understand most of it, but one thing is confusing me and I am sure someone here can explain.

I need to insert...
5,102
Posted By hukcjv
Thanks for the reply. At least it stops me...
Thanks for the reply. At least it stops me banging my head against the wall. Have removed awk and simply "cut" the column I need

CMD1="ls -ltd @EOD4401* | sort +9 | head -n1 "
LINE1=`eval $CMD1`...
5,102
Posted By hukcjv
awk gsub simple problem
Hi

New to shell script and awk and need assistance on this problem. I need to use a variable to substitute a string in an external file and write the changed info to another file.

At first I...
Showing results 1 to 11 of 11

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