[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Command substitution (backtick) and tab completion
From: |
chengiz |
Subject: |
Command substitution (backtick) and tab completion |
Date: |
Thu, 30 Dec 2010 09:59:01 -0800 (PST) |
User-agent: |
G2/1.0 |
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.
- Command substitution (backtick) and tab completion,
chengiz <=
Re: Command substitution (backtick) and tab completion, Dennis Williamson, 2010/12/31