Skip to content

dir and vdir are missing #3163

@tertsdiepraam

Description

@tertsdiepraam

From the GNU docs:

dir is equivalent to ls -C -b; that is, by default files are listed in columns, sorted vertically, and special characters are represented by backslash escape sequences.

(source)

vdir is equivalent to ls -l -b; that is, by default files are listed in long format and special characters are represented by backslash escape sequences.

(source)

Instead of making entirely separate utilities, we should probably just make these shorthands for ls much like how hashsum and test are set up.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions