Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!rutgers!mit-eddie!uw-beaver!tikal!hplsla!hpubvwa!happym!kent From: kent@happym Newsgroups: comp.databases Subject: Re: Include files Message-ID: <387@happym> Date: 27 Dec 87 01:05:00 GMT References: <3103@ihlpf> Lines: 52 In article <3103@ihlpf.ATT.COM>, lukas@ihlpf.ATT.COM (Lukas) writes: > I have a shell script like: > > sacego -q line_obj <<-eof | > opr ... > ans1 > ans2 > ans3 > eof > > (ans? are answers to prompts from sacego) which does not work, and > generates obscure messages, e.g.: > > /tmp/sh63112: cannot open > > When I put the pipeline all on one line, vis: > > sacego -q line_obj <<-eof | opr ... > > all works fine. > /bin/sh, in all of the implementations that I have used, has trouble with here files ( <