What can I do with a file?

University of Wisconsin Madison

Computer Systems Lab CS1000

Wiscinfo
Wiscinfo
CS Home
CS Home
CSL
CSL
Feedback
CS1000
Feedback
Feedback

next up previous contents index
Next: What's in a Up: The File System Previous: The File System

What can I do with a file?

Many different operations are possible on files. In the course of writing a C program, you will likely want to

edit the program textvi prog1.c
compile it into a.outgcc prog1.c
and execute ita.out

when you're done you may want to

print the programprint -2up -Plaser prog1.c
remove the executablerm a.out



Caitlin Howell
Thu Jan 16 20:24:40 CST 1997