This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: Shell script - is this expected behaviour?
- From: "Nellis, Kenneth" <Kenneth dot Nellis at acs-inc dot com>
- To: <cygwin at cygwin dot com>
- Date: Tue, 29 Nov 2011 12:24:49 -0600
- Subject: RE: Shell script - is this expected behaviour?
- References: <4ED4F78D.303@redhat.com>
From: Eric Blake [mailto:eblake@redhat.com]
Subject: Re: Shell script - is this expected behaviour?
> On 11/29/2011 02:00 AM, Gary wrote:
> > If I have a shell script which reads a file which does not have an
end
> > of line character at the end if it's only line, it does not read
> > anything.
<snip>
> Never feed 'read' unterminated input. Always end your text files with
a
> newline.
When I can't control the contents of the input file, I pipe it through
a filter program I wrote that adds a final newline where the last
character of a stream is not a newline.
--Ken Nellis
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple