Search Results

Search: Posts Made By: greenworld123
1,637
Posted By greenworld123
got it thanks
got it thanks
1,637
Posted By greenworld123
garbage is junk charactet like @@@@@@@@@@@@@ ...
garbage is junk charactet like
@@@@@@@@@@@@@

correct means it start printing the logs from the process.

i think yes the process keep on running so it still open.
1,637
Posted By greenworld123
HP-UX phxlevht B.11.31 U ia64 4230347391...
HP-UX phxlevht B.11.31 U ia64 4230347391 unlimited-user license

output of uname -a


PID TTY TIME COMMAND
1402 pts/11 0:00 ps
347 pts/11 0:00 ksh


output of ps.
my...
1,637
Posted By greenworld123
Redirecting log files to null writing junk into log files
Redirecting log files to null writing junk into log files.

i have log files which created from below command

exec <processname> >$logfile

but when it reaches some size i am redirecting to...
Forum: Programming 12-12-2014
1,993
Posted By greenworld123
Urgent help needed.. C++ program to convert decimal to hexa decimal
Hi ,

seq can be 0...128
int windex = seq / 8;
int bindex = seq % 8;
unsigned char bitvalue = '\x01' << (7-bindex) ;
bpv.bitmapvalue[windex] = bitvalue;

This is the...
Forum: AIX 05-30-2014
1,741
Posted By greenworld123
Error while instrumenting purify
when i instrument ourify i am getting error like
.*** OI_init: Error, cannot connect to X server
Purify or PureCoverage slave: Warning: Can't open display "localhost:0", using tty mode.
. Got it]...
Forum: AIX 09-03-2013
1,439
Posted By greenworld123
FastCGI in AIX7.1
I am trying to use fcgi lib in aix7.1 version.
when i trying to refer it gives me an munch:error ..Error reading input file..
Does anyboby has fcgi lib for aix7.1...plz suggest wait for the reply...
1,675
Posted By greenworld123
its working .. can u explain the syntax
its working .. can u explain the syntax
1,675
Posted By greenworld123
it is giving error as below awk: syntax...
it is giving error as below


awk: syntax error near line 1
awk: bailing out near line 1
1,675
Posted By greenworld123
Replace x-y character in line
I have a file which has n number of lines, i want to replace 3rd line position 3-5 to some text.


111111111111111111
222222222222222222
333333333333333333
444444444444444444

expected...
17,658
Posted By greenworld123
it is not working.. it is just appening | in the...
it is not working.. it is just appening | in the end


aaaaaaaaaaaaaaaaaaaaaar 1 0 4 alpha
bbbbbbbbbbbbbbbbbbbbbbbbbbbbh 2 4 2...
17,658
Posted By greenworld123
Replace space and tab to pipe delimeter
I have file like below


abc 12 34 45 code
abcdef 451 1 4 code
ghtyggg 4 56 3 code



I need to change this to

abc|12|34|45|code|
abcdef|451|1|4|code|...
1,432
Posted By greenworld123
/^create +.*index +.+ +on +(\w+)/ The...
/^create +.*index +.+ +on +(\w+)/


The second solution worked ..
First gave error
1,432
Posted By greenworld123
yes it is create index /create unique index...
yes it is create index /create unique index statement of oracle.
This script parse the input sql file(which has all table,index.. creation statements to setup a schema).

This script not parsing...
1,432
Posted By greenworld123
Pattern Matching in Perl script
I have a big perl script need to fix a small pattern matching inside ..
I have patterns like

create unique index
create index

The pattern matching should look for both the pattern in the same...
15,303
Posted By greenworld123
Remove few columns from pipe delimited file
I have file as below

column1|column2|column3|column4|column5|
fill1|fill2|fill3|fill4|fill5|
abc1|abc2|abc3|abc4|abc5|
.
.
.
.


i need to remove column2,3, from that file

...
1,931
Posted By greenworld123
I am not much familliar with awk
I am not much familliar with awk
1,931
Posted By greenworld123
i want to subsitute values(field_value) from...
i want to subsitute values(field_value) from input_file accoring to the description_file .. description file some has some more fields which may not in the input_file.
1,931
Posted By greenworld123
Shell script to compare and generate a new file
Requirement is
I have two files their format is

File1 - input_file
-----
tmp_value|3|number||
tmp_value1|3|alpha||
tmp_value2|6|alpha|AA AA|
tmp_value3|15|number|000000005|...
3,650
Posted By greenworld123
that sounds grt to me .. it worked... I...
that sounds grt to me .. it worked...

I have another problem now

i want to find a string/number variable value length...

ex:
value=value=`echo "$i_line1" | cut -d"|" -f4` ( this will be...
3,650
Posted By greenworld123
There is no options in awk , sed ...
There is no options in awk , sed ...
3,650
Posted By greenworld123
the length will be from runtime ... so i am not...
the length will be from runtime ... so i am not sure abt the how many zero to give
3,650
Posted By greenworld123
Mine is ksh ... it is not working length=15 ...
Mine is ksh ... it is not working

length=15
value=""
printf "%0*d\n" $length "$value"
*d
*d
3,650
Posted By greenworld123
yes typeset worked thx ---------- Post...
yes typeset worked thx

---------- Post updated 04-18-13 at 02:14 AM ---------- Previous update was 04-17-13 at 08:22 AM ----------

Hi guru...

typeset worked when the "value" has some value...
20,850
Posted By greenworld123
i am using ksh .... "=~" is not working
i am using ksh .... "=~" is not working
Showing results 1 to 25 of 61

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