#include #include main(argc, argv) int argc; char* argv[]; { struct timeval st; /* starting time */ struct timeval et; /* ending time */ int i; long l; char command[256]; gettimeofday(&st, 0); strcpy(command, ""); for (i=1; i