Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97979200BEC for ; Thu, 29 Dec 2016 08:37:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 96401160B44; Thu, 29 Dec 2016 07:37:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 13A17160B40 for ; Thu, 29 Dec 2016 08:36:59 +0100 (CET) Received: (qmail 11974 invoked by uid 500); 29 Dec 2016 07:36:59 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 11317 invoked by uid 99); 29 Dec 2016 07:36:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 07:36:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CC7662C022B for ; Thu, 29 Dec 2016 07:36:58 +0000 (UTC) Date: Thu, 29 Dec 2016 07:36:58 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4543) backslashes in shell commands are consumed when using up key MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Dec 2016 07:37:00 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15784760#comment-15784760 ] Christopher Tubbs commented on ACCUMULO-4543: --------------------------------------------- This might be an issue with the jline library, rather than a bug specific to Accumulo. > backslashes in shell commands are consumed when using up key > ------------------------------------------------------------ > > Key: ACCUMULO-4543 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4543 > Project: Accumulo > Issue Type: Bug > Components: shell > Affects Versions: 1.7.1 > Reporter: Michael Berman > > If you pull a command out of your shell history with the up key, one slash gets consumed from each sequence of slashes. As in: > {code} > $ grep \\x00something\\x00 > > results... > $ [up] > $ grep \x00something\x00 > > no results because now you're not escaped > $ [up] > $ grep x00somethingx00 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)