![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
What dose ____EOF____ mean ?
I found in many Scripts this word " _______EOF________ " may any body Please tell me what dose it mean ??
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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. |
||||
| Google The UNIX and Linux Forums |