You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/17 15:37:00 UTC

[jira] [Commented] (FELIX-5968) Posix 'ls' command ignores .. unless -a is specified

    [ https://issues.apache.org/jira/browse/FELIX-5968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16653743#comment-16653743 ] 

ASF GitHub Bot commented on FELIX-5968:
---------------------------------------

GitHub user paul-mcculloch opened a pull request:

    https://github.com/apache/felix/pull/158

    FELIX-5968 Posix 'ls' command ignores .. unless -a is specified

    FELIX-5968
    Posix 'ls' command ignores .. unless -a is specified

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paul-mcculloch/felix trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/158.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #158
    
----
commit 0232e90938528333cf1e4a74adf8d372778d8ed5
Author: Paul McCulloch <pa...@...>
Date:   2018-10-17T15:34:26Z

    FELIX-5968 Posix 'ls' command ignores .. unless -a is specified
    
    FELIX-5968
    Posix 'ls' command ignores .. unless -a is specified

----


> Posix 'ls' command ignores .. unless -a is specified
> ----------------------------------------------------
>
>                 Key: FELIX-5968
>                 URL: https://issues.apache.org/jira/browse/FELIX-5968
>             Project: Felix
>          Issue Type: Bug
>          Components:  Console, Gogo JLine
>            Reporter: Paul McCulloch
>            Priority: Minor
>
> The ls command in org.apache.felix.gogo.jline.Posix applies a filter to all paths beginning with a period. .. (parent) begins with a period, but isn't a hidden directory. .(current) should also be listed without -a.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)