How to create ls in windows command prompt?

前端 未结 19 2291
一向
一向 2020-12-07 08:34

I want to use ls in windows command prompt and make it run the dir command.

How can I do that?

19条回答
  •  Happy的楠姐
    2020-12-07 09:04

    Another solution that worked for me is to use UnxUtils, which adds multiple utilities from executable files (including ls, sed, and grep).

    To use: download source code. Unzip. Add the UnxUtils\usr\local\wbin path to the Windows PATH variable. Start a new CMD instance.

提交回复
热议问题