Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16609
| From | Lawrence Velázquez <vq@larryv.me> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: Error expanding variable containing a directory name |
| Date | 2020-07-23 15:49 -0400 |
| Message-ID | <mailman.423.1595533777.24492.bug-bash@gnu.org> (permalink) |
| References | <738aff45-aa58-4cfc-2967-92ec87f2661b@posteo.de> <72360F90-5C74-4778-8576-D582A8D79984@larryv.me> |
> On Jul 23, 2020, at 12:08 PM, Lutz Adam <lutz.adam@posteo.de> wrote: > > Bash Version: 5.0 > Patch Level: 17 > Release Status: release > > Description: > The content of $ML is "/media/lad". There's a directory > /media/lad/p24. Typing the command > ls $ML/p24<TAB-key> > a backslash is put befor "$" and the line looks like: > ls \$ML/p24/ > Typing the ENTER key shows: > ls: cannot access '$ML/p24/': No such file or directory. > > Repeat-By: > Create a variable containing a directory name. Put a > subdirectory there under. > Type a "$" and the variable followed by a slash, the name > of the subdirectora and the TAB-key. A recent identical report, plus responses: https://lists.gnu.org/archive/html/bug-bash/2020-05/msg00040.html vq
Back to gnu.bash.bug | Previous | Next | Find similar
Re: Error expanding variable containing a directory name Lawrence Velázquez <vq@larryv.me> - 2020-07-23 15:49 -0400
csiph-web