help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] Bash history


From: Chris F.A. Johnson
Subject: Re: [Help-bash] Bash history
Date: Mon, 23 Mar 2015 15:28:26 -0400 (EDT)
User-agent: Alpine 2.10 (DEB 1266 2009-07-14)

On Mon, 23 Mar 2015, Bharath Bhushan Lohray wrote:

Hi,

I would like to modify the way bash retrieves history at the command
prompt. What source file do I find this part of the code?

I would like to restrict the history retrieval to only the commands that
begin with the letters at the prompt.

For example -
$ l
<up arrow>
$ ls
<up arrow>
$ ls -alh
<up arrow>
$ ls -lh /var/log

There's no need to play with the source code.

In ~/.inputrc:

"\e[A": history-search-backward  ## up-arrow

--
Chris F.A. Johnson, <http://cfajohnson.com>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]