[ 
https://issues.apache.org/jira/browse/ACCUMULO-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Tubbs resolved ACCUMULO-4543.
-----------------------------------------
    Resolution: Won't Fix

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)

Reply via email to