The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-04-2006
sjf sjf is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 3
Thanks for the idea,

Now how do I get it to work?

...
END{
theEOFComment = tail -1 FILENAME
print theEOFComment
if (match(theEOFComment, /eof/)) {
print "Yeah"
}

...
}