Skip to content

mkdir: Add option to change current directory to the newly created directory #11827

@Mexigore

Description

@Mexigore

Something like -c so that when the directory is created it will also change your current directory to it

mkdir -c my_dir

Would be the same as

mkdir my_dir && cd my_dir

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions