From owner-freebsd-questions Mon May 18 07:55:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22524 for freebsd-questions-outgoing; Mon, 18 May 1998 07:55:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22494 for ; Mon, 18 May 1998 07:54:57 -0700 (PDT) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id JAA07505; Mon, 18 May 1998 09:54:51 -0500 (CDT) Date: Mon, 18 May 1998 09:54:51 -0500 (CDT) From: Mark Tinguely Message-Id: <199805181454.JAA07505@plains.NoDak.edu> To: questions@FreeBSD.ORG, sandy@divre5.telkom.co.id Subject: Re: Repeating last command Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I want to make my terminal.....support repeating last command > by pressing up arrow? > how can i do that? that is a shell issue. in sh (or bash), place the following command in your .profile (or in bash, .bash_profile): set -o emacs the next time you log in, your arrow key should scroll you through the last commands. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message