Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16304
| From | 積丹尼 Dan Jacobson <jidanni@jidanni.org> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | $ becomes \$ upon tab expansion |
| Date | 2020-05-25 04:50 +0800 |
| Message-ID | <mailman.264.1590353454.2541.bug-bash@gnu.org> (permalink) |
| References | <87d06tjbvh.5.fsf@jidanni.org> |
$ ls $HOME/xx/yy/z<TAB> becomes $ ls \$HOME/xx/yy/zz It should become $ ls $HOME/xx/yy/zz else it will fail when the user finally hits RET. (Assume a zz file already exists. "ls" here is just an example. same for "cat" etc.) Bash 5.0.16
Back to gnu.bash.bug | Previous | Next | Find similar
$ becomes \$ upon tab expansion 積丹尼 Dan Jacobson <jidanni@jidanni.org> - 2020-05-25 04:50 +0800
csiph-web