Skip to content

Add an option to flatten the output of ls #925

@louib

Description

@louib

This option would change the output from, for example

dir1/
  dir2/
    entry1
    entry2

To

dir1/dir2/entry1
dir1/dir2/entry1

Possible Solution

We could add a -f, --flatten option to the ls command for that purpose.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions