What dose ____EOF____ mean ?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting What dose ____EOF____ mean ?
# 1  
Old 02-28-2006
What dose ____EOF____ mean ?

I found in many Scripts this word " _______EOF________ " may any body Please tell me what dose it mean ?? Smilie Smilie Smilie
# 2  
Old 02-28-2006
In its simplest sense, EOF means end-of-file. You must have known this for sure.

___EOF___ could be the marker in a here-document, used within a shell script.

Read through the man pages of sh to know what a here document is.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

what this scripts dose exactly?

#!/bin/ksh "/software/sswls/platform/8.1sp4/jdk142_05/jre/bin/java" -XX:-UseThreadPriorities -Xmx256m -Xms64m -client -Djava.awt.headless="true" -Djava.system.class.loader="workshop.core.AppClassLoader" -cp "/software/sswls/platform/8.1sp4/weblogic81/workshop/wlw-ide.jar" workshop.core.Compile... (1 Reply)
Discussion started by: surekha268
1 Replies
Login or Register to Ask a Question