Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15984
| From | Clark Wang <clarkw@vmware.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Different history expansion behaivor: true `# # !xxx` vs. true `# !xxx` |
| Date | 2020-03-03 02:04 +0000 |
| Message-ID | <mailman.1937.1583201049.2412.bug-bash@gnu.org> (permalink) |
| References | <CADv8-oiACrb1M3RzRGVaGft-m7BfmiJDu_cHYfaKuTS+fYyuQQ@mail.gmail.com> |
This is from stackoverflow ( https://stackoverflow.com/questions/60166019/ ) and it looks like a bug: $ bash --version GNU bash, version 5.0.7(3)-release (x86_64-pc-linux-gnu) Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ $ set -H $ true `# !xxx` bash: !xxx`: event not found $ true `# # !xxx` $
Back to gnu.bash.bug | Previous | Next | Find similar
Different history expansion behaivor: true `# # !xxx` vs. true `# !xxx` Clark Wang <clarkw@vmware.com> - 2020-03-03 02:04 +0000
csiph-web