Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11435 > unrolled thread

Re: bash completion escaping bug

Started byNeven Sajko <nsajko@gmail.com>
First post2015-08-25 13:22 +0200
Last post2015-08-25 13:22 +0200
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: bash completion escaping bug Neven Sajko <nsajko@gmail.com> - 2015-08-25 13:22 +0200

#11435 — Re: bash completion escaping bug

FromNeven Sajko <nsajko@gmail.com>
Date2015-08-25 13:22 +0200
SubjectRe: bash completion escaping bug
Message-ID<mailman.69.1440501733.28410.bug-bash@gnu.org>
> for example I have this in shell input:
>   db.rc $home/Downloads/games/DOS/Captai
> and after I press Tab I have this:
>   db.rc \$home/Downloads/games/DOS/Captain\ Bible\ in\ the\ Dome\ of\
> Darkness.zip
Sorry, the completed command line was wrapped:
  db.rc \$home/Downloads/games/DOS/Captain\ Bible\ in\ the\ Dome\ of\
Darkness.zip


Also, I forgot to say that the bug only happens when there are
characters in the filename that may be legitimately escaped, blanks in
this case.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web