Script started on Mon Feb 02 00:50:37 2009 1>cpu08:~/cs136/3> cat print.c #include int main() { int x = 3, y = 2; printf("x = %d\n", x); x += y; printf("x = %d\n", x); return(0); } 1>cpu08:~/cs136/3> cat print.cgcc -std=c99 -O -Wall -o a2 a2.cppvi date.txtgcc -std=c99 -O -Wall -o a2 a2.cppcat print.ccat print.cgcc -std=c99 -O -Wall -o a2 a2.cppvi date.txtpico a2.cppcd newmkdir new  newdir newcd newpico a2.cppvi date.txtgcc -std=c99 -O -Wall -o a2 a2.cppcat print.ccat print.cgcc -std=c99 -O -Wall -o a2 a2.cpp2 a2.cpp a2.cppp a2.cppr a2.cppi a2.cppn a2.cppt a2.cpp a2.cpp.cppp.cppr.cppi.cppn.cppt.cpp cpp 1>cpu08:~/cs136/3> ./print x = 3 x = 5 1>cpu08:~/cs136/3> exit exit script done on Mon Feb 02 00:51:13 2009