You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2013/10/07 23:32:43 UTC

[jira] [Updated] (ZOOKEEPER-1408) CLI: sort output of ls command

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

Patrick Hunt updated ZOOKEEPER-1408:
------------------------------------

    Attachment: ZOOKEEPER-1408.patch

I updated this patch to apply to latest trunk.

I also updated the patch to be b/w compatible with the previous output - in particular I included the [ and ] framing on the output. This will minimize disruption on downstream users, and afaict there is no good reason to remove it at this point (I realize it's unnecessary, and if I had to do it over again I would not have it there, but given all previous releases had it I'm reticent to break all existing users for no good reason. LMK if you strongly disagree, otw I'll commit this)

> CLI: sort output of ls command
> ------------------------------
>
>                 Key: ZOOKEEPER-1408
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1408
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: java client
>            Reporter: Hartmut Lang
>            Assignee: Hartmut Lang
>            Priority: Minor
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1408.patch, ZOOKEEPER-1408.patch, ZOOKEEPER-1408.patch
>
>
> Sort the output of the ls-command in the CLI. And remove the [] frame.
> Example: change output of "ls /"
> [test1, aa3, zkc1, aa2, aa1, zookeeper]
> to
> aa1, aa2, aa3, test1, zk1, zookeeper



--
This message was sent by Atlassian JIRA
(v6.1#6144)