What's the command to output whatever is in a file.
E.G. if there is a text file called hello.c. And if enter at the terminal:
It would come up, as an example, the contents of the fileCode:kregg@vbf: ~ ???????? hello.c
c Code:
#include <stdio.h> int main { printf("Hello goons"); return 0; }
Thanks to anyone who can be bothered to tell me.




Reply With Quote