On Sun, 13 Jan 2019, Linux for blind general discussion wrote: > Date: Sun, 13 Jan 2019 13:08:06 > From: Linux for blind general discussion <blinux-list@xxxxxxxxxx> > To: Linux for blind general discussion <blinux-list@xxxxxxxxxx> > Subject: Re: bash undocumented syntax error file integrity checking when the time is right. Here's some code: #!/usr/bin/env bash # file: getslint.sh - download latest slint iso. if [ -f wget-log ]; rm wget-log wget -bc --tries=inf --max-redirect=10000 --trust-server-names https://sourceforge.net/projects/slint/files/latest/download until [ tail -2 wget-log|grep "saved" ]; do sleep 5 done sha256sum -c slint64-14.2.1.1.sha256sum > > On Sun, 13 Jan 2019, Linux for blind general discussion wrote: > > > The man page has nothing on unexpected end of file in it; searching for > > unexpected in that man page provides no mention of unexpected. > > Possibly I've missed the context for this if it's a new thread resulting from > a previous one (I am not up-to-date on this list). > > The error seems pretty self-explanatory. Bash expected more input when it > reached the end. > > I would expect that it was either looking for a closing quote (single or > double) or a closing bracket of some sort. > > what are you trying to do? > > Cheers, > Geoff. > > _______________________________________________ > Blinux-list mailing list > Blinux-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/blinux-list > -- _______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list