Results 1 to 2 of 2

Thread: C code and script

  1. #1
    Junior Member
    Join Date
    Dec 2004
    Posts
    12

    C code and script

    Hi...on a solaris system i have certain directories that contain c codes....wat i need to do is write a shell script(or C code) to execute those c codes within the directories and compare there output to certain files....
    could anyone give me a start on this....some useful links on scripting are welcome...
    also how to chk the memory and time taken by those codes when executed through this script?...

  2. #2
    Senior Member
    Join Date
    Oct 2005
    Posts
    106
    You may want to use Perl, but that's my own personal bias

    This is a good reference for shell scripting, probably contains what you are looking for. Its advanced stuff that may be helpful, you're simply:
    1. searching every directory for *.c files
    2. compiling and executing the *.c files
    3. storing the output and comparing them

    It doesn't sound too hard, the hardest part would be getting the output (only because I don't know how to do it).
    "The Texan turned out to be good-natured, generous and likeable. In three days no one could stand him." Catch 22 by Joseph Heller.

    Buddies? I have no buddies...


    Give the BSD daemon some love (proud FreeBSD user)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •