![]() |
Computer Systems Lab CS1000 |
![]() Wiscinfo |
![]() CS Home |
![]() CSL |
![]() CS1000 |
![]() Feedback |
Many different operations are possible on files. In the course of writing a C program, you will likely want to
edit the program text | vi prog1.c |
compile it into a.out | gcc prog1.c |
and execute it | a.out |
when you're done you may want to
print the program | print -2up -Plaser prog1.c |
remove the executable | rm a.out |