Search Results

Search: Posts Made By: useless79
8,454
Posted By useless79
hi Don , thanks for your reply. btw is there...
hi Don ,

thanks for your reply. btw is there any cmd line option to know the list of rules (including inference rules) got executed while executing make.

....
8,454
Posted By useless79
Default rule to be executed in makefile
Hi all,

I want to know the entry point (default rule to be executed) in a makefile once all defined variables are evaluated. I do not have all: in my makefile and I give
"make" without any...
12,292
Posted By useless79
How to use AND operator with ifneq in Makefile?
Hi ALL,

I want to use logical AND operator with ifneq in makefile but I do not find any such construct as given below.

ifneq ($(DEVICE),arp) && ifneq($(DEVICE),als)
FILES = test.txt
endif...
14,767
Posted By useless79
Thanks Robin for the reply. can we map this...
Thanks Robin for the reply.
can we map this signal generation to a hot key some how ? i need a convenient way of doing this .
where there are multiple parallel processes running under make ,i need...
14,767
Posted By useless79
How to pause process running under nohup?
Hi ALL,

Is there any way to pause a running process under nohup ?
I have fired a build commands with required flags under nohup as below. now how can
I pause the started build process.

...
6,679
Posted By useless79
thanks it is working. just wanted to know ...
thanks it is working.

just wanted to know what is the use of semicolon ; for multiple gsub() used under same loop. is it mandatory to use ; after each gsub() under a given loop ?

for (i in...
6,679
Posted By useless79
Using multiple gsub() function under a loop in awk
Hi ALL,

I want to replace string occurrence in my file "Config" using a external file named "Mapping" using awk.

$cat Config
! Configuration file for RAVI
! Configuration file for RACHANA
!...
2,074
Posted By useless79
automake does not create Makefile.in
hi all,

I have written a simple C program hello.c and a Makefile.ac but when i try to run automake it does not create Makefile.in hence I am not able to run ./configure command in my directory....
2,081
Posted By useless79
how to get executable without source code
hi,

Is there any way to get executable of unix shell scripts so that source that
source code will be invisible from the client side (as in the case of C language) ? Or is there any archiving...
3,576
Posted By useless79
how to compare 2 floating point no.
Hi,

Could any one tell me how to compare to floating point no. using test command. As -eq option works on only intergers.

i=5.4

if [ $i -eq 5.7]
then
echo "equal"
else
...
1,834
Posted By useless79
executing C through html
Hi,

I have a C programe which takes input as parameter with argc and argv and
prints the output troug printf().
Now I have created one html form containnig one box and summit
button. I need to...
2,277
Posted By useless79
diffrence in non recusion and recursion
Hi,


If i have given to write a prog for factorial in C using recursion and without
recursion which one is better in what condition and why ?



thanks
Forum: Programming 12-05-2007
14,890
Posted By useless79
did not get : Plz give example
could u give me example as i did not get
Forum: Programming 12-04-2007
14,890
Posted By useless79
what is gcc -e option in C
hi

could any one tell me why we r using -e option in gcc ?



thanks
Forum: Programming 12-04-2007
21,031
Posted By useless79
how to check memory leak in C program under Unix
Hi,

How to detect memory leak in C program under unix ?

Thanks
Forum: Programming 12-04-2007
2,238
Posted By useless79
reducing size of executeable in C under Unix
Hi,

Could any one tell me how to reduce the size of an executable file of C under
Unix.


thanks
4,055
Posted By useless79
no filename contains some names like ram...
no filename contains some names like

ram
ravi



so it will go 2 times in the loop . even though it is not working
4,055
Posted By useless79
help me in file reading
hi ,

could any one tell me why i m not getting the value of variable i outside the
while loop in file reading

cat filename | while read line ...
2,695
Posted By useless79
tink of a machine having 32 cpu`s
hi,

send ur comments for this machine , having such a no of cpu's ( output of cpuinfo file)




processor : 0
vendor : GenuineIntel
arch : IA-64
family : Itanium 2
model ...
1,649
Posted By useless79
help me in grep
hi ,

i m not able to recognize why one is working while other is not.


grep "Hi How r u" filename

above is searching the pattern and prints the output.


...
5,410
Posted By useless79
search whole line using grep
hi,

how to search whole line using grep in a file.
19,279
Posted By useless79
print a line containing word in a column using grep
hi,

how to print a row which contains a perticular word in its third column using grep, cut,
or any thing else.


thanks
Forum: Programming 11-12-2007
2,129
Posted By useless79
how to write a prog to check a no falls in febonacii series or not
hi,

how to write a prog to check a no falls in febonacii series or not
Forum: Programming 11-08-2007
6,359
Posted By useless79
far pointer
what is far pointer in C
Forum: Programming 11-08-2007
2,125
Posted By useless79
put the prog asked in your interview
Submit the program asked to write in the interview
eg. write a prog to generate fibonacci series using recursion
Showing results 1 to 25 of 64

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