Since my department upgrade to Unix last May and paradoxically chose not
to spend any money on training, I've been giving myself a crash course,
self-taught (like almost everyone else) on administering a Unix machine.
I've been doing fine so far (thanks mostly to advice from Usenet gurus).
I do have one question however. What does the following mean:
cat EOF>> filename
Is EOF actually text and Unix reads it as a control character? Or is that
really a code that means insert your system end-of-file control character
here? All the books and man pages I've read so far either assumes that
everyone has already taken several computer science courses and never
address this or too basic to even cover the topic.
May care go with you and Peace,
Emile G.
P.S.: if EOF is text, can you do the same thing with EOL?