Xref: utzoo comp.unix.questions:31619 comp.unix.shell:2243 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ucbvax!pasteur!dog.ee.lbl.gov!nosc!cod!medin@cod.nosc.mil From: medin@cod.nosc.mil (Ted Medin) Newsgroups: comp.unix.questions,comp.unix.shell Subject: Help bourne shell problem on sun and bsd Message-ID: <3089@cod.NOSC.MIL> Date: 23 May 91 20:34:18 GMT Sender: medin@cod.NOSC.MIL Distribution: usa Organization: Naval Ocean Systems Center, San Diego Lines: 12 When using the bourne shell: pwd > temp read dir < temp Just hangs until you type something on the keyboard when using bsd 4.3. However on a sun machine it works fine, the variable dir gets the current working directory. Is "read" keyboard input only or ?????