Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. logic4fun1

    Search a File

    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...
  2. logic4fun1

    Two rows arthimetic

    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
  3. logic4fun1

    Rookie Question

    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
  4. logic4fun1

    Rookie Question

    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...
  5. logic4fun1

    rc local Vs Init Tab

    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
  6. logic4fun1

    Check for running process

    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...

Part and Inventory Search

Back
Top