Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11435
| Path | csiph.com!xmission!news.alt.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!171.64.64.130.MISMATCH!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Neven Sajko <nsajko@gmail.com> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: bash completion escaping bug |
| Date | Tue, 25 Aug 2015 13:22:06 +0200 |
| Lines | 14 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.69.1440501733.28410.bug-bash@gnu.org> (permalink) |
| References | <CAL+bK4PZYoGhh_OJ5KB0ucxdYm+GR6jwCnJfvHq-XyqSXsBOMw@mail.gmail.com> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | usenet.stanford.edu 1440501734 25757 208.118.235.17 (25 Aug 2015 11:22:14 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=TZFSG5zzAxgLX4wf4rC6cCtx27F7jqxqIRaeuTh/2L8=; b=RA8cxjjUpiAnNilhi4t3GUtmhZf759Bg1OJv84X+Mft33pihO3Kc8bKTOPLtBsL3Yn uE8K8AXnOmJTZyRoB92OGkswYD/By+1hA6uWgyva/ymrdcoDreeV3iiyU9Kjbl1+lmiK z3GoOPctIc0xagl27/7yB82QiVCiScwIb+aOm0DGyM5CFIXLjp49a6qLicqxhyIyv7LK 96eXPcioZff/PddMkbcYDZhZ1+vLEF4WjFYNIKWVDuTuK174BJg9kucGiV42E+uhliT9 OBZHX2szgzPp+AfbrsNZx5f9zAaJFUq8Ux5HxBqTPxyZDHpf2HjOBDJOWqzgEH3ZMG8m LXPw== |
| X-Received | by 10.202.174.141 with SMTP id x135mr24752160oie.50.1440501726924; Tue, 25 Aug 2015 04:22:06 -0700 (PDT) |
| In-Reply-To | <CAL+bK4PZYoGhh_OJ5KB0ucxdYm+GR6jwCnJfvHq-XyqSXsBOMw@mail.gmail.com> |
| X-detected-operating-system | by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). |
| X-Received-From | 2607:f8b0:4003:c06::22d |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:11435 |
Show key headers only | View raw
> 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.
Back to gnu.bash.bug | Previous | Next | Find similar
Re: bash completion escaping bug Neven Sajko <nsajko@gmail.com> - 2015-08-25 13:22 +0200
csiph-web