Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mgweed.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!mgnetp!mgweed!rjk From: rjk@mgweed.UUCP (Randy King) Newsgroups: net.crypt Subject: Re: Using crypt with ksh Message-ID: <15165@mgweed.UUCP> Date: Sun, 27-Jan-85 20:53:32 EST Article-I.D.: mgweed.15165 Posted: Sun Jan 27 20:53:32 1985 Date-Received: Tue, 29-Jan-85 05:34:10 EST References: <777@hou2h.UUCP> Organization: AT&T Consumer Products - Montgomery Illinois Lines: 14 <><><><> Two options come to mind: 1) Force crypt to prompt you by not supplying the key on the command line. 2) Define HISTFILE=$HOME/some/deep/directory/.history and also in your ".profile": trap 'rm -f $HISTFILE' 0 so that the history file is removed on log off. Randy King AT&T-CP@MG ihnp4!mgweed!rjk