Skip to content

Incorrect command example #1656

Closed
Closed
@jinhale

Description

Documentation Issue

A command is incorrectly lacking wsl. The following command will not run: ipconfig.exe | grep IPv4 | cut -d: -f2.

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/setup/environment?source=recommendations

Suggested Improvements

Please prefix with wsl as so: ipconfig.exe | wsl grep IPv4 | wsl cut -d: -f2.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions