Path: utzoo!mnetor!uunet!husc6!bbn!oberon!nunki.usc.edu!castor.usc.edu!sreerang From: sreerang@castor.usc.edu (Sreeranga Rajan) Newsgroups: comp.unix.questions Subject: Shell script for using interpreters Message-ID: <602@nunki.usc.edu> Date: 28 Mar 88 09:30:33 GMT References: <134@longway.TIC.COM> Sender: news@nunki.usc.edu Reply-To: sreerang@castor.usc.edu (Sreeranga Rajan) Organization: University of Southern California, Los Angeles, CA Lines: 19 Keywords: Lisp, shell script. I would like to know how I could write a shell script to perform the following actions: enter lisp interpreter load all the required files take input from the keyboard after loading the files I tried writing the following script, which failed to take in the input from the keyboard. lisp << 'EOF' (load ) 'EOF' This loads the file and takes the input as EOF, which exits the Franz lisp interpreter without waiting for my keyboard input. Any help regarding this would be greatly appreciated. --------------------------------------------------------------------- Sreeranga Rajan Arpa: sreerang%castor.usc.edu@oberon.usc.edu ---------------------------------------------------------------------