Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16606
| From | Lutz Adam <lutz.adam@posteo.de> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Error expanding variable containing a directory name |
| Date | 2020-07-23 18:08 +0200 |
| Message-ID | <mailman.416.1595524955.24492.bug-bash@gnu.org> (permalink) |
| References | <738aff45-aa58-4cfc-2967-92ec87f2661b@posteo.de> |
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-a6qmCk/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format- uname output: Linux fractal 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu 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. The OS is Linux Mint 20
Back to gnu.bash.bug | Previous | Next | Find similar
Error expanding variable containing a directory name Lutz Adam <lutz.adam@posteo.de> - 2020-07-23 18:08 +0200
csiph-web