Path: utzoo!mnetor!uunet!husc6!sri-unix!quintus!jabir From: jabir@quintus.UUCP (Jabir Hussain) Newsgroups: comp.unix.questions Subject: Re: Fun with ignoreeof Message-ID: <593@trantor.quintus.UUCP> Date: 28 Jan 88 20:19:02 GMT References: <2248@tekcrl.TEK.COM> Organization: Quintus Computer Systems, Mountain View, CA Lines: 11 Summary: use "login" In article <2248@tekcrl.TEK.COM>, eirik@tekcrl.TEK.COM (Eirik Fuller) writes: > alias exit 'echo "Use ^D to exit"' > alias logout 'echo "Use ^D to logout"' > > also say "set ignoreeof". How do I logout? > > So how about it? Any other solutions, that don't use alias, unalias, > unset, exec, or source? % login will also work (i guess its sort of like exec, but...)