[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Command substitution (backtick) and tab completion
From: |
Dennis Williamson |
Subject: |
Re: Command substitution (backtick) and tab completion |
Date: |
Fri, 31 Dec 2010 12:17:03 -0600 |
You can get similar results:
`shell-expand-line (M-C-e)'
Expand the line as the shell does. This performs alias and
history expansion as well as all of the shell word expansions
(*note Shell Expansions::).
http://tiswww.case.edu/php/chet/bash/bashref.html#SEC115
On my system that's Ctrl-Alt-e.
On Thu, Dec 30, 2010 at 11:59 AM, chengiz <chengiz@my-deja.com> wrote:
> Command substitution and auto completion are not working well together
> in the latest version of bash (4.1). This was on an x64 linux system
> with default installation settings.
>
> In an earlier version of bash (3.2), the following works
> ls `pwd`/<tab> (expands pwd).
>
> In bash 4.1 it does not. Am I missing a setting or something?
> Thank you.
>
Re: Command substitution (backtick) and tab completion,
Dennis Williamson <=