Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!jik From: jik@athena.mit.edu (Jonathan I. Kamens) Newsgroups: comp.unix.wizards Subject: Re: Login (unique) problems with termin Message-ID: <1989Dec31.032707.21259@athena.mit.edu> Date: 31 Dec 89 03:27:07 GMT References: <1471@lakesys.lakesys.com> <1400002@qat> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 20 In article <1400002@qat> valsee@qat.UUCP writes: >one can get around this in Bourne shell by using the eval statement and >command substitution, i.e. " eval `tset -s -Q....` ". i don't know off >the top of my head if there is an equivalent for csh; i certainly can't >remember one at the moment. Strangely enough, the command in csh would be, "eval `tset -s -Q...`". The man page for csh claims that the eval command for csh is "as in sh(1)." One additional note, in response to the post to which Valerie was responding: The commands output by tset are not supposed to be magically executed by the shell in some way. They are *supposed* to be evaluated by the user, either by saving them to a file and sourcing it, or by the more efficient method of using eval. Jonathan Kamens USnail: MIT Project Athena 11 Ashford Terrace jik@Athena.MIT.EDU Allston, MA 02134 Office: 617-253-8495 Home: 617-782-0710