Search Results

Search: Posts Made By: rraajjiibb
5,950
Posted By rraajjiibb
Thanks.. I solved it by writing system date...
Thanks.. I solved it by writing system date command to a file and pulling that out .When I required it.

STARTMINUTE=system("date +%MM%SS > /tmp/time");
while(getline <"/tmp/time"){...
5,950
Posted By rraajjiibb
date in nawk
I have nawk.

i want to parse a dynamic file and generate an xml file in regular interval say every 60 seconds.

The problem I am facing that nawk does not have any capability of getting...
1,620
Posted By rraajjiibb
some problem with awk
I am facing a strange issue .

I have a file with felds separated by ";"

so i tried out the follwing commands but all are failing
==============
cat /omp-data/logs/pcmd/06010518.PCMD|awk...
4,335
Posted By rraajjiibb
which port to write my server application?
I want to write a server application that would accept HTTP requests from client.

The server would be on a machine that has no connection to the INTERNET.
The clients that would be posting their...
Forum: Programming 12-08-2005
12,835
Posted By rraajjiibb
how to write c codes in UNIX
Sorry for asking a very basic question.

How do i compile my c codes in UNIX.

That is how do i know whether any c compiler is there in my system?

If nothing is present where from do i get one...
8,283
Posted By rraajjiibb
thanks that worked....
thanks that worked....
8,283
Posted By rraajjiibb
I followed ur suggstn and now my code looks like...
I followed ur suggstn and now my code looks like

#!/usr/bin/ksh
DATE=$2
CELLNO=$1
test="REPT:CELL $CELLNO CP FAILURE"
echo $test
test1=" /omp-data/logs/OMPROP1/"$DATE.APX
echo $test1...
8,283
Posted By rraajjiibb
grep problem
I am facing a problem in passing a variable to grep inside a small script

The script(grepcp) is listed below

#!/usr/bin/ksh
DATE=$2
CELLNO=$1
test="REPT:CELL "$CELLNO" CP FAILURE"
echo...
2,804
Posted By rraajjiibb
actually nothing. Sun Microsystems Inc. ...
actually nothing.

Sun Microsystems Inc. SunOS 5.9 Generic May 2002
You have mail.

TERM is set to "vt100".
WARNING: YOU ARE SUPERUSER !!
ap11:root > echo $HDRROOT

ap11:root >

...
2,804
Posted By rraajjiibb
what it means?
I have a command called

cd $HDRROOT/release/tools/cfg

My query is what it means?

tHat is.... $HDRROOT part is not clear.

If I put this command it says path not found....

I doubt ...
Forum: Programming 07-28-2004
2,810
Posted By rraajjiibb
OK... Let me clear it all 1>My first...
OK...

Let me clear it all

1>My first confusion is what to download the source package or the binary package.
Ultimately what i want to do is to look into codes of a mc68k executable and...
Forum: Programming 07-28-2004
2,810
Posted By rraajjiibb
Thanks... but i conveyed what I wanted wrongly......
Thanks... but i conveyed what I wanted wrongly...


What I need to undestand that how to go about installing the GCC and GDB in my UNIX machine.


The installation help availiable in GNU site...
Forum: Programming 07-28-2004
2,810
Posted By rraajjiibb
Loading Gdb And Gcc In Unix System
Can any one help me out????

I need to install GDB and GCC in an UNIX machine.

can any one point me to any lucid pointer to it.

The gNU help on this is proving to be little tangential for me.
3,380
Posted By rraajjiibb
CPIO related
i have a cpio.z file containing another cpio file .

I want to view the contents of the cpio file inside .

How to do it?

my parent cpio file invoked with cpio -itv looks some thing like
...
12,209
Posted By rraajjiibb
Thanks for the input. But I want the...
Thanks for the input.

But

I want the answer of the question that

Under what condition "find" will not be able to find a file .
Actually i am having a feeling that in my system the header...
12,209
Posted By rraajjiibb
find command not returning any result
I am looking for all the header files (*.h).. which as per documentation of the UNIX system shouldbe there.

I am using
find / -name *.h -print

But it does't give anything.

My question is...
2,522
Posted By rraajjiibb
Thanks guys. for your effort into .... It...
Thanks guys. for your effort into ....

It works like a dream with nawk

nawk -f 9419test.awk /omp-data/logs/aplogs/20040617.DBG


PAKKA....
2,522
Posted By rraajjiibb
syntax error thrown
I am unable to trace the syntax error reported.... can any one help?

#codefor assert9419
#rchakra18jun2004
function hextodec(hexa) {
result=0;
lon = length(hexa);
#print "long:"lon
for (i =...
2,988
Posted By rraajjiibb
thanks guys.... i have finally solved it... ...
thanks guys....

i have finally solved it...

the code looks ..

#This awk script collects the undec neighbour info
#
BEGIN {
printf...
2,988
Posted By rraajjiibb
thanks guys.. for ur look into... I still...
thanks guys.. for ur look into...

I still have the problem...

zazzybob.... let me chart the flow of the code


1> Every record will be between two "=============" . This is pretty clear...
2,988
Posted By rraajjiibb
i have tweaked it but still have some problem as...
i have tweaked it but still have some problem as ...

my o/p looks as follows... notice that the same event no is repaeted.. i do't want that..
pl help

SOURCE SECTOR PNPHASE LEVEL ...
2,988
Posted By rraajjiibb
I think my previous post did not receive any...
I think my previous post did not receive any reply as it needs more clarification...

My input file looks as attcahed

=======================================================================...
2,988
Posted By rraajjiibb
error in awk script
could any one tell me the error in the script here...

it says

awk: syntax error near line 15
awk: bailing out near line 15


... the awk script is attached

#This awk script collects the...
8,664
Posted By rraajjiibb
filter based on column value
I have a file with colon separated values.. the sample is attached below.
No of fields in each record/line is dependent on the value of field53.
What I need to do is to design a special filter...
Showing results 1 to 24 of 24

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