All,
What i am trying to accomplish is to search for a particular STRING in a file of 10 million records. I am sure that there is only One Match available in that file and i dont want to read each line and compare with STRSTR.
I am just looking for options to accomplish this without reading...
All,
I am trying to do the following but nothing strikes to me..
Here is the table data
A1,A2,A3,24
A1,A2,A3,30
B1,B2,B3,46
B1,B2,B3,60
How can i subtract two rows and get data like
A1,A2,A3,6
B1,B2,B3,14
Thanks for your help
logic4fun
I dont see any export statements. but i do see that there is one function which is like
processData(int argc, char *argv[])
Is this an alternative to main(int argc, char *argv[]) ?
I am just used to calling main as just main..so is the cause of confusion.
thanks for your help
I am programming in C for last 2 years but all i learned is at work and not at a school. I am trying to go through some source code and all i see in them is a bunch of C files and a make file.
eg : main.c system.c admin.c
and in main.c i wont see a function call like
main(int argc, char...
All,
I would like to touch a file at a particular location before even init tab fires up in the case of a reboot of the box.
How and what should i use to get this accomplished.
thanks for your help
logic
I have a situation where i have to check for same process on two boxes
Goals :
1. Check on the other box and see if it is running or not.
2. if not running then start it on the local box. If running just Sleep .
I thought of using rsh/rcmd along with ps |elf but at a given time the process...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.